diff options
author | Francois Andriot <francois.andriot@free.fr> | 2013-07-27 16:38:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-27 18:48:23 +0200 |
commit | 88ea2b6cd4382627fb6efca9cc54825aee881d1e (patch) | |
tree | 6806d60f9a9c8f8dd6a66d8df98dabe0f5d62142 /src/Makefile.am | |
parent | fcd5266f7137e0ec167da80298af9a6a47ace17c (diff) | |
download | tork-88ea2b6cd4382627fb6efca9cc54825aee881d1e.tar.gz tork-88ea2b6cd4382627fb6efca9cc54825aee881d1e.zip |
Update autotools for new DSO linkage style
Fix FTBFS
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 8f0198a..07decfb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,7 +28,7 @@ METASOURCES = AUTO tork_LDFLAGS = $(KDE_RPATH) $(all_libraries) # the libraries to link against. -tork_LDADD = $(LIB_KIO) $(LIB_KFILE) $(LIB_KHTML) $(geoiplib) \ +tork_LDADD = $(LIB_KIO) $(LIB_KFILE) $(LIB_KHTML) $(geoiplib) $(LIB_KDEUI) $(LIB_KDECORE) -lDCOP $(LIB_QT) \ upnp/libktupnp.la $(CRYPTO_LIBS) # which sources should be compiled for tork |