summaryrefslogtreecommitdiff
path: root/plugins/nullout/Makefile.am
blob: da91482328443cfe708d44889d374b058d32dd24 (plain)
1
2
3
4
5
nulloutdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = nullout.la
nullout_la_SOURCES = nullout.c
nullout_la_LDFLAGS = -module
AM_CFLAGS = $(CFLAGS) -std=c99