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.
19 lines
697 B
19 lines
697 B
INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir) $(all_includes) -I$(kde_includes)/tde
|
|
|
|
kde_module_LTLIBRARIES = libkontact_basket.la
|
|
libkontact_basket_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkontact_basket_la_LIBADD = -lkpinterfaces $(LIB_TQT) -lDCOP -ltdecore -ltdeui
|
|
|
|
noinst_HEADERS = basket_plugin.h uniqueapphandler.h
|
|
libkontact_basket_la_SOURCES = basket_plugin.cpp uniqueapphandler.cpp basketdcopiface.stub
|
|
|
|
METASOURCES = AUTO
|
|
|
|
basketdcopiface_DIR = $(top_srcdir)/src
|
|
|
|
servicedir = $(kde_servicesdir)/kontact
|
|
service_DATA = basket.desktop basket_v4.desktop
|
|
|
|
basketsetdlgdir = $(kde_datadir)/kontact/ksettingsdialog
|
|
basketsetdlg_DATA = kontact_basketplugin.setdlg
|