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 /kfilereplace | |
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 'kfilereplace')
-rw-r--r-- | kfilereplace/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kfilereplace/Makefile.am b/kfilereplace/Makefile.am index 528a791e..461e5d8d 100644 --- a/kfilereplace/Makefile.am +++ b/kfilereplace/Makefile.am @@ -21,7 +21,7 @@ libkfilereplacepart_la_SOURCES = kfilereplacepart.cpp kfilereplaceview.cpp \ knewprojectdlgs.ui koptionsdlg.cpp koptionsdlgs.ui kfilereplacelib.cpp report.cpp \ commandengine.cpp configurationclasses.cpp -libkfilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) +libkfilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -lkparts -lDCOP libkfilereplacepart_la_LIBADD = $(LIB_KFILE) $(LIB_KPARTS) $(LIB_KHTML) messages: rc.cpp @@ -38,6 +38,6 @@ partrc_DATA = kfilereplacepartui.rc shellrcdir = $(kde_datadir)/kfilereplace shellrc_DATA = kfilereplaceui.rc bin_PROGRAMS = kfilereplace -kfilereplace_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kfilereplace_LDFLAGS = $(KDE_RPATH) $(all_libraries) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio -lkparts -lDCOP kfilereplace_LDADD = $(LIB_KPARTS) kfilereplace_SOURCES = kfilereplace.cpp main.cpp |