Fix linker flags

(cherry picked from commit 87772a3a3e)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent 700fb3e4a9
commit 522839f942

@ -11,7 +11,7 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/drawparts \
-I$(top_srcdir)/src/languages -I$(top_srcdir)/src/mechanics -I$(top_srcdir)/src/micro $(all_includes)
# the library search path.
ktechlab_LDFLAGS = -module $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
ktechlab_LDFLAGS = -module $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lDCOP $(LIB_KPARTS)
# the libraries to link against.
ktechlab_LDADD = $(top_builddir)/src/gui/libgui.la \

Loading…
Cancel
Save