diff options
author | Alexey Yakovenko <wakeroid@gmail.com> | 2010-04-11 21:39:03 +0200 |
---|---|---|
committer | Alexey Yakovenko <wakeroid@gmail.com> | 2010-04-11 21:39:03 +0200 |
commit | aa27cd93151c289e472d20e25e954ce53fd56024 (patch) | |
tree | ca5708afaa0a2a198c36d9c6fb68c66b946fe17c /plugins/nullout | |
parent | 34a06a7d49075a142d1fd7fd3565b0cb9b0c0d68 (diff) |
fixed to pass make distcheck before 0.4-beta1
Diffstat (limited to 'plugins/nullout')
-rw-r--r-- | plugins/nullout/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/nullout/Makefile.am b/plugins/nullout/Makefile.am index da914823..73e63136 100644 --- a/plugins/nullout/Makefile.am +++ b/plugins/nullout/Makefile.am @@ -1,5 +1,7 @@ +if HAVE_NULLOUT nulloutdir = $(libdir)/$(PACKAGE) pkglib_LTLIBRARIES = nullout.la nullout_la_SOURCES = nullout.c nullout_la_LDFLAGS = -module AM_CFLAGS = $(CFLAGS) -std=c99 +endif |