mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-12-21 02:45:52 +01:00
12 lines
388 B
Makefile
12 lines
388 B
Makefile
## audacious-vgmstream automake script
|
|
|
|
noinst_LTLIBRARIES = libcoding.la
|
|
|
|
AM_CFLAGS = -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/ext_includes/
|
|
AM_MAKEFLAGS=-f Makefile.unix
|
|
|
|
# sources/headers are updated automatically by ./bootstrap script (not all headers are needed though)
|
|
libcoding_la_LDFLAGS =
|
|
libcoding_la_SOURCES = (auto-updated)
|
|
EXTRA_DIST = (auto-updated)
|