vgmstream/src/meta/Makefile.audacious.am

12 lines
400 B
Makefile
Raw Normal View History

2017-05-01 11:00:56 +02:00
## audacious-vgmstream automake script
2016-10-27 23:21:12 +02:00
noinst_LTLIBRARIES = libmeta.la
2017-05-01 11:00:56 +02:00
AM_CFLAGS = -Wall @CFLAGS@ -DVAR_ARRAYS -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/ext_includes/
AM_MAKEFLAGS=-f Makefile.audacious
2016-10-27 23:21:12 +02:00
# sources/headers are updated automatically by ./bootstrap script (not all headers are needed though)
2016-10-27 23:21:12 +02:00
libmeta_la_LDFLAGS =
libmeta_la_SOURCES = (auto-updated)
EXTRA_DIST = (auto-updated)