You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
280 B
16 lines
280 B
15 years ago
|
INCLUDES= $(all_includes)
|
||
|
|
||
|
noinst_LTLIBRARIES = libkab.la
|
||
|
KABVERSION= 4.0.0
|
||
|
KABPATCH= 0
|
||
|
|
||
|
libkab_la_SOURCES = \
|
||
|
kabapi.cc \
|
||
|
addressbook.cc \
|
||
|
qconfigDB.cc
|
||
|
|
||
|
libkab_la_LDFLAGS = $(KDE_MT_LDFLAGS) -no-undefined
|
||
|
libkab_la_LIBADD = ../kdeui/libkdeui.la
|
||
|
|
||
|
libkab_la_METASOURCES = AUTO
|