summaryrefslogtreecommitdiffstats
path: root/vcs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-21 02:22:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-21 02:22:53 -0600
commite7763f680e99c2b9012bb98d768389adf3b5a879 (patch)
tree6c6318ead46f6086ca6d3e75a76b3409721d3b10 /vcs
parent9359706a2376745c74e68b9f3e6a4e3cbc9fcb94 (diff)
downloadtdevelop-e7763f680e99c2b9012bb98d768389adf3b5a879.tar.gz
tdevelop-e7763f680e99c2b9012bb98d768389adf3b5a879.zip
Update automake files to use tde instead of kde
Diffstat (limited to 'vcs')
-rw-r--r--vcs/cvsservice/Makefile.am2
-rw-r--r--vcs/cvsservice/integrator/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/vcs/cvsservice/Makefile.am b/vcs/cvsservice/Makefile.am
index 5e58f573..24242263 100644
--- a/vcs/cvsservice/Makefile.am
+++ b/vcs/cvsservice/Makefile.am
@@ -1,7 +1,7 @@
# Here resides the cvs part
INCLUDES = -I$(top_srcdir)/lib/interfaces \
- -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/widgets $(all_includes) -I$(kde_includes)/kde
+ -I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util -I$(top_srcdir)/lib/widgets $(all_includes) -I$(kde_includes)/tde
kde_module_LTLIBRARIES = libkdevcvsservice.la
libkdevcvsservice_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
diff --git a/vcs/cvsservice/integrator/Makefile.am b/vcs/cvsservice/integrator/Makefile.am
index 6509e9ce..f3eb47fe 100644
--- a/vcs/cvsservice/integrator/Makefile.am
+++ b/vcs/cvsservice/integrator/Makefile.am
@@ -1,6 +1,6 @@
INCLUDES = -I$(top_srcdir)/lib/interfaces \
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/interfaces/extras -I$(top_srcdir)/lib/util \
- $(all_includes) -I$(kde_includes)/kde
+ $(all_includes) -I$(kde_includes)/tde
METASOURCES = AUTO
kde_module_LTLIBRARIES = libcvsserviceintegrator.la
libcvsserviceintegrator_la_LDFLAGS = -avoid-version -no-undefined $(all_libraries)