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/nullout | |
parent | ca77fa97d3f7a2f2f73e39031b87b3be819da93b (diff) |
added -avoid-version to all makefiles
Diffstat (limited to 'plugins/nullout')
-rw-r--r-- | plugins/nullout/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/nullout/Makefile.am b/plugins/nullout/Makefile.am index 73e63136..97042f9b 100644 --- a/plugins/nullout/Makefile.am +++ b/plugins/nullout/Makefile.am @@ -2,6 +2,6 @@ if HAVE_NULLOUT nulloutdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = nullout.la nullout_la_SOURCES = nullout.c -nullout_la_LDFLAGS = -module +nullout_la_LDFLAGS = -module -avoid-version AM_CFLAGS = $(CFLAGS) -std=c99 endif |