diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:10:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 01:10:13 -0600 |
commit | a6cec4c38c48127d90ca7d0eda0d5e558b93cafa (patch) | |
tree | 3f25302bdc5cdde5bc86a324dc2c489fb6358958 /tdeabc/tests | |
parent | bd1e64d4628c4e8a72e1e1b999c1f12627592b62 (diff) | |
download | tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.tar.gz tdelibs-a6cec4c38c48127d90ca7d0eda0d5e558b93cafa.zip |
Fix build system references to kabc
Diffstat (limited to 'tdeabc/tests')
-rw-r--r-- | tdeabc/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/tests/Makefile.am b/tdeabc/tests/Makefile.am index 201cf746a..e3ce8fbd9 100644 --- a/tdeabc/tests/Makefile.am +++ b/tdeabc/tests/Makefile.am @@ -1,5 +1,5 @@ # Make sure $(all_includes) remains last! -INCLUDES = -I$(top_builddir)/kabc -I$(top_srcdir)/kabc -I$(top_srcdir)/kab \ +INCLUDES = -I$(top_builddir)/tdeabc -I$(top_srcdir)/tdeabc -I$(top_srcdir)/kab \ -I$(srcdir)/../vcardparser/ -I$(srcdir)/../vcard/include \ -I$(srcdir)/../vcard/include/generated \ -I$(srcdir)/../vcardparser $(all_includes) |