build: Replace deprecated INCLUDES with AM_CPPFLAGS

Thanks to mnhauke

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2014-12-22 22:33:31 +01:00
parent 4edd6e6f1e
commit 07d96eb654
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/
AM_CPPFLAGS = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)/
AM_CFLAGS = -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(PCAP_CFLAGS)
bin_PROGRAMS = osmo_pcap_client osmo_pcap_server