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.
29 lines
1.0 KiB
29 lines
1.0 KiB
15 years ago
|
INCLUDES = -I$(top_builddir)/kabc -I$(top_srcdir)/kabc -I$(top_builddir) $(all_includes)
|
||
|
|
||
|
# these are the headers for your project
|
||
|
noinst_HEADERS = resourcedirconfig.h
|
||
|
|
||
|
lib_LTLIBRARIES = libkabc_dir.la
|
||
|
libkabc_dir_la_SOURCES = resourcedir.cpp resourcedirconfig.cpp
|
||
|
libkabc_dir_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -version-info 1:0:0 -no-undefined
|
||
12 years ago
|
libkabc_dir_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(top_builddir)/tderesources/libtderesources.la $(LIB_TDECORE) $(LIB_TDEFILE) $(LIB_TDEUI)
|
||
12 years ago
|
libkabc_dir_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h
|
||
15 years ago
|
|
||
|
kde_module_LTLIBRARIES = kabc_dir.la
|
||
|
kabc_dir_la_SOURCES = resourcedirplugin.cpp
|
||
|
kabc_dir_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) -no-undefined
|
||
13 years ago
|
kabc_dir_la_LIBADD = libkabc_dir.la $(LIB_QT) $(LIB_TDECORE)
|
||
15 years ago
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
messages: rc.cpp
|
||
|
$(XGETTEXT) *.cpp -o $(podir)/kabc_dir.pot
|
||
|
|
||
|
kabcincludedir = $(includedir)/kabc
|
||
|
kabcinclude_HEADERS = resourcedir.h
|
||
|
|
||
12 years ago
|
servicedir = $(kde_servicesdir)/tderesources/kabc
|
||
15 years ago
|
service_DATA = dir.desktop
|
||
|
|
||
|
resourcedirplugin.lo: ../../addressee.h
|