diff options
Diffstat (limited to 'plugins/ffap/Makefile.am')
-rw-r--r-- | plugins/ffap/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/ffap/Makefile.am b/plugins/ffap/Makefile.am new file mode 100644 index 00000000..cc43e294 --- /dev/null +++ b/plugins/ffap/Makefile.am @@ -0,0 +1,6 @@ +ffapdir = $(libdir)/$(PACKAGE) +pkglib_LTLIBRARIES = ffap.la +ffap_la_SOURCES = ffap.c +ffap_la_LDFLAGS = -module + +AM_CFLAGS = $(CFLAGS) -std=c99 |