diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-07-03 02:15:52 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-07-03 02:15:52 +0200 |
commit | 1ace27a9852850ad348dd28679c2fe2b7d2ddc73 (patch) | |
tree | 2852b63f51a2ef41a821887d99095096e5c10ad3 | |
parent | 2daf25b1ebdb0e904cdc58aadc811a43c35d1ad2 (diff) | |
download | kdbg-3.5.13.2.tar.gz kdbg-3.5.13.2.zip |
Update autotools for new DSO linkage stylev3.5.13.2
-rw-r--r-- | kdbg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdbg/Makefile.am b/kdbg/Makefile.am index ce9790b..95887fb 100644 --- a/kdbg/Makefile.am +++ b/kdbg/Makefile.am @@ -40,7 +40,7 @@ kdbg_LDFLAGS = \ $(all_libraries) $(KDE_RPATH) # the libraries to link against. -kdbg_LDADD = $(LIB_KIO) +kdbg_LDADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) # this option you can leave out. Just, if you use "make dist", you need it noinst_HEADERS = \ |