mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-25 15:20:21 +01:00
12 lines
372 B
Makefile
12 lines
372 B
Makefile
|
noinst_LTLIBRARIES = libvgmstream.la
|
||
|
|
||
|
AM_CFLAGS = -Wall @CFLAGS@ -I$(top_builddir) -I$(top_srcdir)
|
||
|
AM_MAKEFLAGS=-f Makefile.unix
|
||
|
|
||
|
libvgmstream_la_LDFLAGS = coding/libcoding.la layout/liblayout.la meta/libmeta.la
|
||
|
libvgmstream_la_SOURCES = vgmstream.c util.c streamfile.c
|
||
|
|
||
|
SUBDIRS = coding layout meta
|
||
|
|
||
|
EXTRA_DIST = pstdint.h streamfile.h streamtypes.h util.h vgmstream.h
|