summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-29 19:25:27 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-08-01 04:34:44 +0200
commit700fb3e4a9d3b0e826671d34f15d185562b9d70c (patch)
treec1a5015ff33680f9d321852c27ea2a8458002542
parentdc19b93fdf574bee0170624c22ab536e9d04e620 (diff)
downloadktechlab-700fb3e4a9d3b0e826671d34f15d185562b9d70c.tar.gz
ktechlab-700fb3e4a9d3b0e826671d34f15d185562b9d70c.zip
Fix FTBFS on oneiric
(cherry picked from commit e6386e7670d934f86f74d39dba91602856c7d145)
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a41144e..17829ff 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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 \