diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-05 20:59:59 +0100 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2014-02-05 20:59:59 +0100 |
commit | b06812a7261467785f7fe3f537f010885cfa732f (patch) | |
tree | d69a09ac6647cd598bbbefb501b4cd10e211f2c0 /plugins/hotkeys | |
parent | ca77fa97d3f7a2f2f73e39031b87b3be819da93b (diff) |
added -avoid-version to all makefiles
Diffstat (limited to 'plugins/hotkeys')
-rw-r--r-- | plugins/hotkeys/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/hotkeys/Makefile.am b/plugins/hotkeys/Makefile.am index b9624917..5f5fb965 100644 --- a/plugins/hotkeys/Makefile.am +++ b/plugins/hotkeys/Makefile.am @@ -2,7 +2,7 @@ if HAVE_HOTKEYS hotkeysdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = hotkeys.la hotkeys_la_SOURCES = hotkeys.c hotkeys.h ../libparser/parser.c ../libparser/parser.h actionhandlers.c actionhandlers.h -hotkeys_la_LDFLAGS = -module +hotkeys_la_LDFLAGS = -module -avoid-version EXTRA_hotkeys_la_SOURCES = keysyms.inc |