mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-12 09:40:51 +01:00
0b14f9a446
- version.h is now static (should increase on new releases) - if compiler flag is passed, will try to use version_auto.h (autogen) (auto only on compiler flag to avoid include'ing a non-existant file) - avoid clobbered version.h as may force recompiles
13 lines
218 B
Makefile
13 lines
218 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_auto.h
|