mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
13 lines
213 B
Makefile
13 lines
213 B
Makefile
## vgmstream autotools script
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
AM_MAKEFLAGS=-f Makefile.autotools
|
|
|
|
SUBDIRS = src cli
|
|
|
|
if HAVE_AUDACIOUS
|
|
SUBDIRS += audacious
|
|
endif
|
|
|
|
EXTRA_DIST = version.h
|