Fix FTBFS on oneiric

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

@ -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)
ktechlab_LDFLAGS = -module $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI)
# the libraries to link against.
ktechlab_LDADD = $(top_builddir)/src/gui/libgui.la \

Loading…
Cancel
Save