diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-20 16:26:45 -0600 |
commit | 45f3927b0ffec2599bc0e1ce361c5386474a85f4 (patch) | |
tree | 29e1842fe4d93f4e99481385a771e8bef061158b /tdeabc/formats/Makefile.am | |
parent | 04105ef07304a9358e87eff0cb1a6d6f2a725192 (diff) | |
download | tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.tar.gz tdelibs-45f3927b0ffec2599bc0e1ce361c5386474a85f4.zip |
Rename KABC namespace
Diffstat (limited to 'tdeabc/formats/Makefile.am')
-rw-r--r-- | tdeabc/formats/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/formats/Makefile.am b/tdeabc/formats/Makefile.am index 7e425bb7d..e96ff8203 100644 --- a/tdeabc/formats/Makefile.am +++ b/tdeabc/formats/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = tdeabcformat_binary.la tdeabcformat_binary_la_SOURCES = binaryformat.cpp tdeabcformat_binary_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \ -no-undefined -tdeabcformat_binary_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(LIB_TDECORE) +tdeabcformat_binary_la_LIBADD = $(LIB_TDEABC) $(LIB_QT) $(LIB_TDECORE) tdeabcformat_binary_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h # these are the headers for your project |