diff options
author | Slávek Banko <[email protected]> | 2012-08-12 02:15:59 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-08-12 02:15:59 +0200 |
commit | 45f1f04b34e5a781fee8594cb7536efb6b7471ca (patch) | |
tree | 3d8702b053367e67df4a9be5d7eb7d6a1bd8e95c /src | |
parent | 3f831fc65f13dea2f66ce16f2640a2bdf604608a (diff) | |
download | kdbusnotification-45f1f04b34e5a781fee8594cb7536efb6b7471ca.tar.gz kdbusnotification-45f1f04b34e5a781fee8594cb7536efb6b7471ca.zip |
Update autotools for new DSO linkage style
Thanks to Francois Andriot for the patch
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index d468a50..a736062 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -35,6 +35,7 @@ notification_daemon_tde_LDADD = \ $(KDE_RPATH) \ $(KDE_LDFLAGS) \ $(LIB_QT) \ + $(QT_LDFLAGS) \ -lDCOP \ $(LIB_TDECORE) \ $(LIB_TDEUI) \ |