vgmstream/Makefile.autotools.am
bnnm 0b14f9a446 builds: modify how version.h is used to fix issues
- 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
2021-08-10 23:51:48 +02:00

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