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 | 27afc00604977bb44672cf083bfe80de4a473804 (patch) | |
tree | 1af8fdd5d9f0e76184146e6abeb65abc45a8bac2 /src/Makefile.am | |
parent | 5df6be20c7970b3cb0216bcf522f10bc723d605b (diff) | |
download | knutclient-27afc00604977bb44672cf083bfe80de4a473804.tar.gz knutclient-27afc00604977bb44672cf083bfe80de4a473804.zip |
Link most Trinity DSOs against the most common kdelibs libraries to compensate for linking changes in modern distributions such as Ubuntu Oneiricv3.5.13
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knutclient@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/Makefile.am')
-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 5c68efa..18cc0c9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,7 @@ knutclient_SOURCES = main.cpp knutclient.cpp knutmainwindow.cpp knutprefdlg.cpp knutnewupsdlg.cpp knutupsdata.cpp knutvardata.cpp knutnet.cpp knutfrontpanel.cpp \ knutpanelmeter.cpp knutdock.cpp knutprintupsvar.cpp knutinstcomms.cpp knutrwvar.cpp \ knutanalog.cpp knutmessagemanager.cpp knutmessage.cpp -knutclient_LDFLAGS = $(KDE_RPATH) $(all_libraries) +knutclient_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor knutclient_LDADD = $(LIB_KDEUI) # this is where the desktop file will go |