From d4e697fdbee46390f2508ed7b026b9d66d558fa0 Mon Sep 17 00:00:00 2001 From: bnnm Date: Sat, 7 Aug 2021 20:50:13 +0200 Subject: [PATCH] builds: missing --- cli/Makefile.autotools.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Makefile.autotools.am b/cli/Makefile.autotools.am index 2fac6dab..96b39fb2 100644 --- a/cli/Makefile.autotools.am +++ b/cli/Makefile.autotools.am @@ -6,7 +6,7 @@ if HAVE_LIBAO bin_PROGRAMS += vgmstream123 endif -AM_CFLAGS = -DVERSION=\"VGMSTREAM_VERSION\" -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/ext_includes/ $(AO_CFLAGS) +AM_CFLAGS = -DVGMSTREAM_VERSION=\"VGMSTREAM_VERSION\" -I$(top_builddir) -I$(top_srcdir) -I$(top_srcdir)/ext_includes/ $(AO_CFLAGS) AM_MAKEFLAGS = -f Makefile.autotools vgmstream_cli_SOURCES = vgmstream_cli.c