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:
parent
e2e0345d2e
commit
7790164cc3
@ -14,9 +14,8 @@ ezstream_SOURCES = \
|
|||||||
xalloc.c
|
xalloc.c
|
||||||
ezstream_LDADD = @LIBOBJS@ @EZ_LIBS@
|
ezstream_LDADD = @LIBOBJS@ @EZ_LIBS@
|
||||||
|
|
||||||
INCLUDES = @COMPAT_INCLUDES@
|
|
||||||
AM_CFLAGS = @EZ_CFLAGS@
|
AM_CFLAGS = @EZ_CFLAGS@
|
||||||
AM_CPPFLAGS = @EZ_CPPFLAGS@
|
AM_CPPFLAGS = @EZ_CPPFLAGS@ @COMPAT_INCLUDES@
|
||||||
AM_LDFLAGS = @EZ_LDFLAGS@
|
AM_LDFLAGS = @EZ_LDFLAGS@
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
Loading…
Reference in New Issue
Block a user