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.
13 lines
508 B
13 lines
508 B
INCLUDES= -I$(top_srcdir)/kaddressbook/interfaces \
|
|
-I$(top_srcdir) \
|
|
$(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
noinst_LTLIBRARIES = libkabcommon.la
|
|
libkabcommon_la_SOURCES = kabprefs.cpp kabprefs_base.kcfgc locationmap.cpp filter.cpp
|
|
libkabcommon_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -no-undefined
|
|
libkabcommon_la_LIBADD = $(top_builddir)/kaddressbook/interfaces/libkabinterfaces.la \
|
|
$(top_builddir)/libtdepim/libtdepim.la
|
|
noinst_HEADERS = filter.h kabprefs.h
|