diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 18:29:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-16 18:29:36 -0600 |
commit | 7d3c4845a535e756a8226dff74a9efa7f2a33a03 (patch) | |
tree | 683f19433c3297477fd043ad76d694ec875fd46e | |
parent | 5fbaba69567fec6978b2587fc1cd4fe66a9e6f80 (diff) | |
download | tdelibs-7d3c4845a535e756a8226dff74a9efa7f2a33a03.tar.gz tdelibs-7d3c4845a535e756a8226dff74a9efa7f2a33a03.zip |
Fix FTBFS
-rw-r--r-- | tdeabc/formats/CMakeLists.txt | 4 | ||||
-rw-r--r-- | tdeabc/formats/Makefile.am | 10 | ||||
-rw-r--r-- | tdeabc/formats/binary.desktop | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/tdeabc/formats/CMakeLists.txt b/tdeabc/formats/CMakeLists.txt index 5b1bd1162..48fddc70c 100644 --- a/tdeabc/formats/CMakeLists.txt +++ b/tdeabc/formats/CMakeLists.txt @@ -32,9 +32,9 @@ link_directories( install( FILES binary.desktop DESTINATION ${DATA_INSTALL_DIR}/tdeabc/formats ) -##### kabcformat_binary ######################### +##### tdeabcformat_binary ######################### -set( target kabcformat_binary ) +set( target tdeabcformat_binary ) set( ${target}_SRCS binaryformat.cpp diff --git a/tdeabc/formats/Makefile.am b/tdeabc/formats/Makefile.am index c50cc4e3e..7e425bb7d 100644 --- a/tdeabc/formats/Makefile.am +++ b/tdeabc/formats/Makefile.am @@ -1,12 +1,12 @@ INCLUDES = -I$(top_srcdir)/tdeabc -I$(top_builddir)/tdeabc $(all_includes) -kde_module_LTLIBRARIES = kabcformat_binary.la +kde_module_LTLIBRARIES = tdeabcformat_binary.la -kabcformat_binary_la_SOURCES = binaryformat.cpp -kabcformat_binary_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \ +tdeabcformat_binary_la_SOURCES = binaryformat.cpp +tdeabcformat_binary_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries) \ -no-undefined -kabcformat_binary_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(LIB_TDECORE) -kabcformat_binary_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h +tdeabcformat_binary_la_LIBADD = $(LIB_KABC) $(LIB_QT) $(LIB_TDECORE) +tdeabcformat_binary_la_COMPILE_FIRST = $(top_builddir)/tdeabc/addressee.h # these are the headers for your project noinst_HEADERS = binaryformat.h diff --git a/tdeabc/formats/binary.desktop b/tdeabc/formats/binary.desktop index 993286ad5..5441ac23a 100644 --- a/tdeabc/formats/binary.desktop +++ b/tdeabc/formats/binary.desktop @@ -86,4 +86,4 @@ Name[zu]=Okuhambisana ngambili [Plugin] Type=binary -X-TDE-Library=kabcformat_binary +X-TDE-Library=tdeabcformat_binary |