summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-04-09 19:23:08 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-04-09 19:23:08 +0200
commit6f92e87cd510877b0ec859599a526bc3e6f1a567 (patch)
tree4e60213cacfa20ed7adb802b1b8abc37608ab262
parente45a218d4883c87b7d231fe4d0a8390cd2db0ba5 (diff)
downloadqalculate-tde-6f92e87cd510877b0ec859599a526bc3e6f1a567.tar.gz
qalculate-tde-6f92e87cd510877b0ec859599a526bc3e6f1a567.zip
Update autotools for new DSO linkage style
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1dfd490..0712cef 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_KDEUI) $(LIB_KIO)
+qalculate_tde_LDADD = $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) $(LIB_KIO)
# this is where the desktop file will go
shelldesktopdir = $(xdg_appsdir)