diff options
author | Jamie Bullock <jamie@jamiebullock.com> | 2014-06-04 14:16:10 +0100 |
---|---|---|
committer | Jamie Bullock <jamie@jamiebullock.com> | 2014-06-04 14:16:10 +0100 |
commit | dcb3c377a7b39f96b66861fa6c95cefe0278c0de (patch) | |
tree | 3f451e7c449bf295ff08a979ef0db8194c313301 /examples/puredata/Makefile.am | |
parent | e9cac3aa3563133649c90005aacc65d924face2c (diff) | |
download | LibXtract-dcb3c377a7b39f96b66861fa6c95cefe0278c0de.tar.gz LibXtract-dcb3c377a7b39f96b66861fa6c95cefe0278c0de.tar.bz2 LibXtract-dcb3c377a7b39f96b66861fa6c95cefe0278c0de.zip |
Replace deprecated INCLUDES directive with AM_CFLAGS
Diffstat (limited to 'examples/puredata/Makefile.am')
-rw-r--r-- | examples/puredata/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/puredata/Makefile.am b/examples/puredata/Makefile.am index a86acb3..ee594d7 100644 --- a/examples/puredata/Makefile.am +++ b/examples/puredata/Makefile.am @@ -15,9 +15,7 @@ xtract_@PD_SUFFIX@_SOURCES = xtract~.c pdincludedir = $(pddir)/src -INCLUDES = -I$(top_srcdir)/src -I$(pdincludedir) - -AM_CFLAGS = @PD_CFLAGS@ +AM_CFLAGS = @PD_CFLAGS@ -I$(top_srcdir)/src -I$(pdincludedir) AM_LDFLAGS = @PD_LDFLAGS@ -lxtract -L$(top_builddir)/src/ ## Install the documentation. |