diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:07:19 -0600 |
commit | d31a28ff1aa6d56b5e03153649ca8981ee530710 (patch) | |
tree | 09b2b983a523e0288f88fbe1f85aa898b61c882c /src/Makefile.am | |
parent | 3a8431fc92f4824b798e05a67bd73249b6c8d0c8 (diff) | |
download | basket-d31a28ff1aa6d56b5e03153649ca8981ee530710.tar.gz basket-d31a28ff1aa6d56b5e03153649ca8981ee530710.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3890719..25d2471 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -82,7 +82,7 @@ kde_module_LTLIBRARIES = kcm_basket.la libbasketpart.la libbasketpart_la_SOURCES = basket_part.cpp libbasketpart_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lDCOP -lkjs -ltdefx -ldl -lartsc -lartskde -lartskde -libbasketpart_la_LIBADD = libbasketcommon.la -lkparts -ltdeui $(LIB_TDECORE) $(LIB_QT) -lDCOP +libbasketpart_la_LIBADD = libbasketcommon.la -ltdeparts -ltdeui $(LIB_TDECORE) $(LIB_QT) -lDCOP kcm_basket_la_SOURCES = kcm_basket.cpp kcm_basket_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -ltdecore -ltdeui $(LIB_QT) -lDCOP -lkjs -ltdefx -ldl -lartsc -lartskde |