mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2025-02-02 15:07:47 -05:00
Fix Makefiles usage of deprecated INCLUDES variable
This commit is contained in:
parent
bac982d2c8
commit
b182f8df1b
@ -10,7 +10,7 @@ noinst_HEADERS = avl.h
|
||||
libiceavl_la_SOURCES = avl.c
|
||||
libiceavl_la_CFLAGS = @XIPH_CFLAGS@
|
||||
|
||||
INCLUDES = -I$(srcdir)/..
|
||||
AM_CPPFLAGS = -I$(srcdir)/..
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
@ -7,9 +7,7 @@ noinst_HEADERS = httpp.h encoding.h
|
||||
|
||||
libicehttpp_la_SOURCES = httpp.c encoding.c
|
||||
libicehttpp_la_CFLAGS = @XIPH_CFLAGS@
|
||||
AM_CPPFLAGS = @XIPH_CPPFLAGS@
|
||||
|
||||
INCLUDES = -I$(srcdir)/..
|
||||
AM_CPPFLAGS = -I$(srcdir)/.. @XIPH_CPPFLAGS@
|
||||
|
||||
# SCCS stuff (for BitKeeper)
|
||||
GET = true
|
||||
|
@ -10,7 +10,7 @@ noinst_HEADERS = resolver.h sock.h
|
||||
libicenet_la_SOURCES = sock.c resolver.c
|
||||
libicenet_la_CFLAGS = @XIPH_CFLAGS@
|
||||
|
||||
INCLUDES = -I$(srcdir)/..
|
||||
AM_CPPFLAGS = -I$(srcdir)/..
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
@ -10,7 +10,7 @@ noinst_HEADERS = thread.h
|
||||
libicethread_la_SOURCES = thread.c
|
||||
libicethread_la_CFLAGS = @XIPH_CFLAGS@
|
||||
|
||||
INCLUDES = -I$(srcdir)/..
|
||||
AM_CPPFLAGS = -I$(srcdir)/..
|
||||
|
||||
debug:
|
||||
$(MAKE) all CFLAGS="@DEBUG@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user