diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-01 19:26:23 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-01 19:26:23 -0600 |
commit | 87772a3a3e65ce3d1bc321e7a6b656f0d7e38966 (patch) | |
tree | 2e9eb3e3547330f3e56dd65232fa38ebe2cccd08 /src | |
parent | e6386e7670d934f86f74d39dba91602856c7d145 (diff) | |
download | ktechlab-87772a3a3e65ce3d1bc321e7a6b656f0d7e38966.tar.gz ktechlab-87772a3a3e65ce3d1bc321e7a6b656f0d7e38966.zip |
Fix linker flags
Diffstat (limited to 'src')
-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 6068ea9..567c7ed 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_TDECORE) $(LIB_TDEUI) +ktechlab_LDFLAGS = -module $(all_libraries) $(KDE_RPATH) $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) -lDCOP $(LIB_KPARTS) # the libraries to link against. ktechlab_LDADD = $(top_builddir)/src/gui/libgui.la \ |