diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-10 00:18:25 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-10 00:18:25 +0000 |
commit | f21e5792b5084f5d008bf46f6316030c6dfb31e5 (patch) | |
tree | d51583b36aa1672bac78d98a682cdc330df27e4d /kontact_plugin/Makefile.am | |
download | basket-f21e5792b5084f5d008bf46f6316030c6dfb31e5.tar.gz basket-f21e5792b5084f5d008bf46f6316030c6dfb31e5.zip |
Add author-abandoned basket application
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1072339 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kontact_plugin/Makefile.am')
-rw-r--r-- | kontact_plugin/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/kontact_plugin/Makefile.am b/kontact_plugin/Makefile.am new file mode 100644 index 0000000..1a63eea --- /dev/null +++ b/kontact_plugin/Makefile.am @@ -0,0 +1,18 @@ +INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir) $(all_includes) + +kde_module_LTLIBRARIES = libkontact_basket.la +libkontact_basket_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) +libkontact_basket_la_LIBADD = -lkpinterfaces -lDCOP -lqt-mt -lkdecore -lkdeui + +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 |