summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2017-03-30 15:41:25 +0200
committerSlávek Banko <[email protected]>2017-03-30 15:41:25 +0200
commitd81d00218adde1567ced8e8305b1811ce51e4e7c (patch)
treeb7f31172bbd8cc62f5799de297431b984b97f1aa /src/Makefile.am
parent0e345bea9b03713855833982b20c069bcf4d40df (diff)
downloadqalculate-tde-d81d00218adde1567ced8e8305b1811ce51e4e7c.tar.gz
qalculate-tde-d81d00218adde1567ced8e8305b1811ce51e4e7c.zip
Fix FTBFS due to new DSO linkage style
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 30f344f..490d0ad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,7 @@ qalculate_tde_SOURCES = buttonwithindexsignal.cpp kqalculate.cpp \
qalculateunitsdialog.cpp qalculatevariablesdialog.cpp qalculateresultdisplay.cpp
qalculate_tde_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-qalculate_tde_LDADD = $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO)
+qalculate_tde_LDADD = $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEIO) -lcln
# this is where the desktop file will go
shelldesktopdir = $(xdg_appsdir)