diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 20:33:42 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-16 20:33:42 +0000 |
commit | 197f795ebd0dab1645de452534108b1182f4f3b0 (patch) | |
tree | 4c51589f0d162710aeeff2de30ffc7e6260fbcf9 | |
parent | 586a5f786f9af3ddccdb6eba16fd529a5e88ed4c (diff) | |
download | kiosktool-197f795ebd0dab1645de452534108b1182f4f3b0.tar.gz kiosktool-197f795ebd0dab1645de452534108b1182f4f3b0.zip |
Fix kiosktool FTBFS under oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kiosktool@1259239 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kiosktool/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kiosktool/Makefile.am b/kiosktool/Makefile.am index 915f197..34a3c9d 100644 --- a/kiosktool/Makefile.am +++ b/kiosktool/Makefile.am @@ -12,7 +12,7 @@ bin_PROGRAMS = kiosktool kiosktool-kdedirs INCLUDES = $(all_includes) # the library search path. -kiosktool_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kiosktool_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # the libraries to link against. kiosktool_LDADD = $(LIB_KFILE) -lkdeprint @@ -32,7 +32,7 @@ kiosktool_SOURCES = main.cpp kioskgui.cpp kioskdata.cpp kioskrun.cpp \ kiosksync.cpp # the library search path. -kiosktool_kdedirs_LDFLAGS = $(KDE_RPATH) $(all_libraries) +kiosktool_kdedirs_LDFLAGS = $(KDE_RPATH) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # the libraries to link against. kiosktool_kdedirs_LDADD = $(LIB_KDECORE) |