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 | 36a5d8c4a8205962371d04f36598b1d9c7888c60 (patch) | |
tree | 615ddfd14b57b1ca5e4fe3a64f02d2c57fc235ef /src | |
parent | 534b03db4366efaffdb2a346fe250e2d7f7ebe60 (diff) | |
download | knowit-36a5d8c4a8205962371d04f36598b1d9c7888c60.tar.gz knowit-36a5d8c4a8205962371d04f36598b1d9c7888c60.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/knowit@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src')
-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 7364a0b..98d6ecf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -21,7 +21,7 @@ bin_PROGRAMS = knowit # the application source, library search path, and link libraries knowit_SOURCES = main.cpp knowit.cpp notes.cpp knowittree.cpp knowitlinks.cpp knowittray.cpp knowitpref.cpp knowitlink.cpp knowitapp.cpp knowitchooser.cpp knowitedit.cpp tips x-knowit.desktop -knowit_LDFLAGS = $(KDE_RPATH) $(all_libraries) +knowit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor knowit_LDADD = $(LIB_KDEPRINT) $(LIB_KDEUI) # this is where the desktop file will go |