summaryrefslogtreecommitdiffhomepage
path: root/mixlib/Makefile.am
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 /mixlib/Makefile.am
parent2974c3715450fe426d18e9cfd07bf2b4f4f30b9f (diff)
downloadmdk-cfacca3047d62caa0a6b3f99fe1fbb0919130973.tar.gz
mdk-cfacca3047d62caa0a6b3f99fe1fbb0919130973.tar.bz2
Deprecated INCLUDES in Makefile.am removed
Diffstat (limited to 'mixlib/Makefile.am')
-rw-r--r--mixlib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixlib/Makefile.am b/mixlib/Makefile.am
index b38af6d..7a9d1fd 100644
--- a/mixlib/Makefile.am
+++ b/mixlib/Makefile.am
@@ -12,7 +12,7 @@
SUBDIRS = testsuite
-INCLUDES = -I$(includedir) -I$(top_srcdir) -DG_LOG_DOMAIN=\"libmix\"
+AM_CFLAGS += -I$(includedir) -I$(top_srcdir) -DG_LOG_DOMAIN=\"libmix\"
noinst_LIBRARIES = libmix.a
libmix_a_SOURCES = gettext.h \