diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-01 19:26:23 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-08-01 04:34:44 +0200 |
commit | 522839f942a2d2ffc54b4c9c7e3cb9683f00d0e3 (patch) | |
tree | 913570abe9e8a3fa2cbd75be8c8e4ca5240f4e84 | |
parent | 700fb3e4a9d3b0e826671d34f15d185562b9d70c (diff) | |
download | ktechlab-522839f942a2d2ffc54b4c9c7e3cb9683f00d0e3.tar.gz ktechlab-522839f942a2d2ffc54b4c9c7e3cb9683f00d0e3.zip |
Fix linker flags
(cherry picked from commit 87772a3a3e65ce3d1bc321e7a6b656f0d7e38966)
-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 17829ff..d3d7851 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) $(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 \ |