diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-04-09 19:23:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-04-09 19:23:08 +0200 |
commit | 6f92e87cd510877b0ec859599a526bc3e6f1a567 (patch) | |
tree | 4e60213cacfa20ed7adb802b1b8abc37608ab262 | |
parent | e45a218d4883c87b7d231fe4d0a8390cd2db0ba5 (diff) | |
download | qalculate-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.am | 2 |
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) |