diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-10-10 20:45:10 +0000 |
commit | abd26b8d5eb40793252142f4c7522adb8a0174a3 (patch) | |
tree | a7874e29f17fc345b8894e18354fccbb198ac014 /ktux | |
parent | 5402bbfde73f33c76f17a72bcd6ea3d730681fb9 (diff) | |
download | tdetoys-abd26b8d5eb40793252142f4c7522adb8a0174a3.tar.gz tdetoys-abd26b8d5eb40793252142f4c7522adb8a0174a3.zip |
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiric
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdetoys@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ktux')
-rw-r--r-- | ktux/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ktux/Makefile.am b/ktux/Makefile.am index 8a32552..65ec913 100644 --- a/ktux/Makefile.am +++ b/ktux/Makefile.am @@ -12,7 +12,7 @@ bin_PROGRAMS = ktux INCLUDES = $(all_includes) # the library search path. -ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) +ktux_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor # the libraries to link against. ktux_LDADD = $(LIB_KDEUI) -lkscreensaver |