diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-21 02:16:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-21 02:16:12 -0600 |
commit | ec8e2896f76192973ffc43f3e03b743343b5f3fc (patch) | |
tree | b6f142a9a572b2db85ef9618bdbd0b9ac76ab14c /kontact_plugin | |
parent | 9268f2a7b2da2f4815dba3cd025afbe77a242043 (diff) | |
download | basket-ec8e2896f76192973ffc43f3e03b743343b5f3fc.tar.gz basket-ec8e2896f76192973ffc43f3e03b743343b5f3fc.zip |
Update automake files to use tde instead of kde
Diffstat (limited to 'kontact_plugin')
-rw-r--r-- | kontact_plugin/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact_plugin/Makefile.am b/kontact_plugin/Makefile.am index c01c0d2..fc097fe 100644 --- a/kontact_plugin/Makefile.am +++ b/kontact_plugin/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES = -I$(top_srcdir)/src -I$(top_builddir)/src -I$(top_srcdir) $(all_includes) -I$(kde_includes)/kde +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) |