summaryrefslogtreecommitdiffhomepage
path: root/mixutils
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-06 04:51:23 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2014-01-06 04:51:23 +0100
commitcfacca3047d62caa0a6b3f99fe1fbb0919130973 (patch)
tree89e7c4355c67a07db36e7a50611f3b2d26b990be /mixutils
parent2974c3715450fe426d18e9cfd07bf2b4f4f30b9f (diff)
downloadmdk-cfacca3047d62caa0a6b3f99fe1fbb0919130973.tar.gz
mdk-cfacca3047d62caa0a6b3f99fe1fbb0919130973.tar.bz2
Deprecated INCLUDES in Makefile.am removed
Diffstat (limited to 'mixutils')
-rw-r--r--mixutils/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/mixutils/Makefile.am b/mixutils/Makefile.am
index 9faaa8e..384d89d 100644
--- a/mixutils/Makefile.am
+++ b/mixutils/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2002, 2006 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2002, 2006, 2014 Free Software Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -12,9 +12,9 @@
if MAKE_GUILE
-INCLUDES = -I$(includedir) -I$(top_srcdir) -DMAKE_GUILE
+AM_CFLAGS += -I$(includedir) -I$(top_srcdir) -DMAKE_GUILE
else
-INCLUDES = -I$(includedir) -I$(top_srcdir)
+AM_CFLAGS += -I$(includedir) -I$(top_srcdir)
endif
LDADD = $(top_builddir)/mixlib/libmix.a $(top_builddir)/lib/libreplace.a \