diff options
author | Slávek Banko <[email protected]> | 2017-03-30 15:41:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2017-03-30 15:41:25 +0200 |
commit | d81d00218adde1567ced8e8305b1811ce51e4e7c (patch) | |
tree | b7f31172bbd8cc62f5799de297431b984b97f1aa | |
parent | 0e345bea9b03713855833982b20c069bcf4d40df (diff) | |
download | qalculate-tde-d81d00218adde1567ced8e8305b1811ce51e4e7c.tar.gz qalculate-tde-d81d00218adde1567ced8e8305b1811ce51e4e7c.zip |
Fix FTBFS due to new DSO linkage style
Signed-off-by: Slávek Banko <[email protected]>
-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 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) |