1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Consolidate INCLUDES into AM_CPPFLAGS

This commit is contained in:
Moritz Grimm 2015-01-17 23:34:32 +01:00
parent e2e0345d2e
commit 7790164cc3

View File

@ -14,9 +14,8 @@ ezstream_SOURCES = \
xalloc.c
ezstream_LDADD = @LIBOBJS@ @EZ_LIBS@
INCLUDES = @COMPAT_INCLUDES@
AM_CFLAGS = @EZ_CFLAGS@
AM_CPPFLAGS = @EZ_CPPFLAGS@
AM_CPPFLAGS = @EZ_CPPFLAGS@ @COMPAT_INCLUDES@
AM_LDFLAGS = @EZ_LDFLAGS@
EXTRA_DIST = \