summaryrefslogtreecommitdiff
path: root/plugins/vtx/Makefile.am
blob: 02d8de5ca371adb5b14b221de34edf72975f7c41 (plain)
1
2
3
4
5
6
7
8
if HAVE_VTX
vtxdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = vtx.la
vtx_la_SOURCES = vtx.c ay8912.c ayemu_8912.h ayemu.h ayemu_vtxfile.h lh5dec.c vtxfile.c
vtx_la_LDFLAGS = -module

AM_CFLAGS = $(CFLAGS) -std=c99
endif