summaryrefslogtreecommitdiff
path: root/plugins/nullout/Makefile.am
blob: 97042f9b76a1f8ad243abaa1cc41755c270156ab (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 -avoid-version
AM_CFLAGS = $(CFLAGS) -std=c99
endif