summaryrefslogtreecommitdiff
path: root/plugins/nullout/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/nullout/Makefile.am')
-rw-r--r--plugins/nullout/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/nullout/Makefile.am b/plugins/nullout/Makefile.am
new file mode 100644
index 00000000..da914823
--- /dev/null
+++ b/plugins/nullout/Makefile.am
@@ -0,0 +1,5 @@
+nulloutdir = $(libdir)/$(PACKAGE)
+pkglib_LTLIBRARIES = nullout.la
+nullout_la_SOURCES = nullout.c
+nullout_la_LDFLAGS = -module
+AM_CFLAGS = $(CFLAGS) -std=c99