diff options
author | François Andriot <francois.andriot@free.fr> | 2016-03-21 23:52:44 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-21 23:52:44 +0100 |
commit | cfa36e1a95e82492c17225ff376911abb3688f62 (patch) | |
tree | 83e1f9d70128784084608e5b20cd78df0137fce7 /style/Makefile.am | |
parent | 1b58c83db36c7ddea6c8bcb4addc843b1124f097 (diff) | |
download | tde-style-baghira-cfa36e1a95e82492c17225ff376911abb3688f62.tar.gz tde-style-baghira-cfa36e1a95e82492c17225ff376911abb3688f62.zip |
Update autotools for new DSO linkage style
Fix FTBFS
Signed-off-by: François Andriot <francois.andriot@free.fr>
Diffstat (limited to 'style/Makefile.am')
-rw-r--r-- | style/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/style/Makefile.am b/style/Makefile.am index 2094915..cc324e4 100644 --- a/style/Makefile.am +++ b/style/Makefile.am @@ -5,7 +5,7 @@ noinst_HEADERS = baghira.h pixmaps.h bitmaps.h METASOURCES = AUTO kde_style_LTLIBRARIES = baghira.la baghira_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -baghira_la_LIBADD = -lkdefx -lXtst $(LIB_KDEUI) +baghira_la_LIBADD = $(LIB_QT) $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx -lXtst baghira_la_SOURCES = baghira.cpp optionHandler.cpp polish.cpp utils.cpp lnkdir = $(kde_datadir)/kstyle/themes lnk_DATA = baghira.themerc |