summaryrefslogtreecommitdiff
path: root/plugins/nullout/Makefile.am
blob: 73e63136a01e0735bee8962eb9e3e82b91c0868b (plain)
1
2
3
4
5
6
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