summaryrefslogtreecommitdiffstats
path: root/kabc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 01:10:50 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-16 01:10:50 -0600
commita8f3e727ae4e7c39788e58ed9bc1733d8de11897 (patch)
tree58982733ff19b22da4edeb2297f1ba1c365a009b /kabc
parent914b878361b3e822fdd3088ee1e4c4757e8bc00f (diff)
downloadtdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.tar.gz
tdepim-a8f3e727ae4e7c39788e58ed9bc1733d8de11897.zip
Fix build system references to kabc
Diffstat (limited to 'kabc')
-rw-r--r--kabc/frontend/Makefile.am2
-rw-r--r--kabc/kabc2mutt/Makefile.am4
-rw-r--r--kabc/kabcdistlistupdater/Makefile.am2
3 files changed, 4 insertions, 4 deletions
diff --git a/kabc/frontend/Makefile.am b/kabc/frontend/Makefile.am
index 675c6da1..da3d8299 100644
--- a/kabc/frontend/Makefile.am
+++ b/kabc/frontend/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(includedir)/kabc $(all_includes)
+INCLUDES = -I$(includedir)/tdeabc $(all_includes)
METASOURCES = AUTO
diff --git a/kabc/kabc2mutt/Makefile.am b/kabc/kabc2mutt/Makefile.am
index 84d4fa7e..c6643804 100644
--- a/kabc/kabc2mutt/Makefile.am
+++ b/kabc/kabc2mutt/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(includedir)/kabc $(all_includes)
+INCLUDES = -I$(includedir)/tdeabc $(all_includes)
METASOURCES = AUTO
@@ -9,5 +9,5 @@ kabc2mutt_LDADD = -lkabc $(LIB_TDECORE)
kabc2mutt_SOURCES = kabc2mutt.cpp main.cpp
messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/kabc2mutt.pot
+ $(XGETTEXT) *.cpp -o $(podir)/tdeabc2mutt.pot
diff --git a/kabc/kabcdistlistupdater/Makefile.am b/kabc/kabcdistlistupdater/Makefile.am
index d97fdc3f..0eb5c411 100644
--- a/kabc/kabcdistlistupdater/Makefile.am
+++ b/kabc/kabcdistlistupdater/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(includedir)/kabc -I$(top_srcdir) $(all_includes)
+INCLUDES = -I$(includedir)/tdeabc -I$(top_srcdir) $(all_includes)
METASOURCES = AUTO