diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-08-18 16:10:46 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-08-18 16:10:46 +0200 |
commit | 43e0b376e766d90e825697d0aa419c41007324a6 (patch) | |
tree | 70b0ce3d25e3f4d71ae7b2eed43e1f144f3aee74 | |
parent | 098a30b3bdb70b056c70de4924e43b076e34ede4 (diff) | |
download | kkbswitch-43e0b376e766d90e825697d0aa419c41007324a6.tar.gz kkbswitch-43e0b376e766d90e825697d0aa419c41007324a6.zip |
Update autotools for new DSO linkage style
-rw-r--r-- | kkbswitch/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kkbswitch/Makefile.am b/kkbswitch/Makefile.am index e3e3779..f248900 100644 --- a/kkbswitch/Makefile.am +++ b/kkbswitch/Makefile.am @@ -7,7 +7,7 @@ kkbswitch_SOURCES = boldlistboxitem.cpp boldmenuitem.cpp kbconfig.cpp kbconfigdl INCLUDES = $(all_includes) -kkbswitch_LDADD = $(LIB_KIO) $(LIB_KDEUI) +kkbswitch_LDADD = $(LIB_KIO) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) -lDCOP messages: $(XGETTEXT) *.cpp -o $(podir)/kkbswitch.pot |