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/arkollon/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/arkollon/Makefile.am')
-rw-r--r-- | src/arkollon/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arkollon/Makefile.am b/src/arkollon/Makefile.am index 81cea55..ef01542 100644 --- a/src/arkollon/Makefile.am +++ b/src/arkollon/Makefile.am @@ -26,7 +26,7 @@ torkarkollon_LDFLAGS = $(all_libraries) LIBS = #torkarkollon_LDFLAGS = #torkarkollon_LDADD = $(LIB_QT) $(LIB_KFILE) -torkarkollon_LDADD = $(LIB_KFILE) $(LIB_QT) +torkarkollon_LDADD = $(LIB_KFILE) $(LIB_QT) $(LIB_KDECORE) # let automoc handle all of the meta source files (moc) METASOURCES = AUTO |