diff --git a/kcalc/Makefile.am b/kcalc/Makefile.am index 90242c3..cd6d8b0 100644 --- a/kcalc/Makefile.am +++ b/kcalc/Makefile.am @@ -19,7 +19,7 @@ noinst_HEADERS = kcalc.h kcalc_button.h kcalc_const_button.h \ kcalctype.h dlabel.h stats.h kcalc_la_LDFLAGS = $(all_libraries) -module -avoid-version -kcalc_la_LIBADD = $(LIB_TDEUI) knumber/libknumber.la +kcalc_la_LIBADD = $(LIB_TDEUI) knumber/libknumber.la $(LIB_QT) $(LIB_TDECORE) KDE_ICON = kcalc diff --git a/kedit/Makefile.am b/kedit/Makefile.am index 353b3d6..4566b68 100644 --- a/kedit/Makefile.am +++ b/kedit/Makefile.am @@ -12,7 +12,7 @@ lib_LTLIBRARIES = tdeinit_LTLIBRARIES = kedit.la kedit_la_SOURCES = kedit.cpp ktextfiledlg.cpp misc.ui color.ui prefs.kcfgc -kedit_la_LIBADD = -ltdeprint $(LIB_KFILE) +kedit_la_LIBADD = -ltdeprint $(LIB_KFILE) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) kedit_la_LDFLAGS = -module -avoid-version $(KDE_PLUGIN) $(all_libraries) noinst_HEADERS = kedit.h ktextfiledlg.h\ diff --git a/khexedit/lib/Makefile.am b/khexedit/lib/Makefile.am index 24a5dec..e2f9b3c 100644 --- a/khexedit/lib/Makefile.am +++ b/khexedit/lib/Makefile.am @@ -7,7 +7,7 @@ METASOURCES = AUTO # this library is used by the kbytesedit part and the khepart part lib_LTLIBRARIES = libkhexeditcommon.la libkhexeditcommon_la_LDFLAGS = $(all_libraries) -no-undefined -libkhexeditcommon_la_LIBADD = controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_TDECORE) +libkhexeditcommon_la_LIBADD = controller/libkcontroller.la codecs/libkhecodecs.la $(LIB_TDECORE) $(LIB_QT) libkhexeditcommon_la_SOURCES = kcolumn.cpp kbordercolumn.cpp koffsetcolumn.cpp \ kbuffercolumn.cpp kvaluecolumn.cpp kcharcolumn.cpp \ kcolumnsview.cpp khexedit.cpp kbytesedit.cpp \ diff --git a/kregexpeditor/Makefile.am b/kregexpeditor/Makefile.am index 1b93d34..916ef42 100644 --- a/kregexpeditor/Makefile.am +++ b/kregexpeditor/Makefile.am @@ -29,7 +29,7 @@ libkregexpeditorcommon_la_SOURCES = \ libkregexpeditorcommon_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined libkregexpeditorcommon_la_LIBADD = KMultiFormListBox/libkmultiformlistbox.la \ - KWidgetStreamer/libkwidgetstreamer.la $(LIB_KIO) + KWidgetStreamer/libkwidgetstreamer.la $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) METASOURCES = AUTO diff --git a/ksim/library/Makefile.am b/ksim/library/Makefile.am index 03096a0..f68b0a5 100644 --- a/ksim/library/Makefile.am +++ b/ksim/library/Makefile.am @@ -7,7 +7,7 @@ libksimcore_la_SOURCES = common.cpp themeloader.cpp \ pluginmodule.cpp ksimconfig.cpp libksimcore_la_LDFLAGS = $(all_libraries) -version-info 1:0 -no-undefined -libksimcore_la_LIBADD = $(LIB_TDEUI) +libksimcore_la_LIBADD = $(LIB_TDEUI) $(LIB_QT) $(LIB_TDECORE) -ltdefx ksiminclude_HEADERS = common.h themeloader.h \ chart.h label.h \