From cfa36e1a95e82492c17225ff376911abb3688f62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Mon, 21 Mar 2016 23:52:44 +0100 Subject: Update autotools for new DSO linkage style Fix FTBFS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- style/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style/Makefile.am') 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 -- cgit v1.2.1