diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-26 08:24:49 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-03-26 08:24:49 +0000 |
commit | 8e0ab6882143a1aa5f9034819d1cf6155bd38278 (patch) | |
tree | 052b174eb22d1abd3f0938c608f2663612653aec /kimagemapeditor | |
parent | d3b4e48f306181cb6f19afecd103d867d6744575 (diff) | |
download | tdewebdev-8e0ab6882143a1aa5f9034819d1cf6155bd38278.tar.gz tdewebdev-8e0ab6882143a1aa5f9034819d1cf6155bd38278.zip |
Automake fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1107610 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kimagemapeditor')
-rw-r--r-- | kimagemapeditor/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kimagemapeditor/Makefile.am b/kimagemapeditor/Makefile.am index 3f2ed486..70b22fd6 100644 --- a/kimagemapeditor/Makefile.am +++ b/kimagemapeditor/Makefile.am @@ -38,10 +38,10 @@ noinst_HEADERS = \ kimeshell.h -libkimagemapeditor_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) +libkimagemapeditor_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -lkparts -lDCOP libkimagemapeditor_la_LIBADD = libkimagemapeditorcommon.la $(LIB_KFILE) $(LIB_KPARTS) $(LIB_KHTML) -kimagemapeditor_LDFLAGS = $(all_libraries) $(KDE_RPATH) +kimagemapeditor_LDFLAGS = $(all_libraries) $(KDE_RPATH) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -lkparts -lDCOP kimagemapeditor_LDADD = libkimagemapeditorcommon.la $(LIB_KFILE) $(LIB_KPARTS) $(LIB_KHTML) # set the include path for X, qt and KDE |