summaryrefslogtreecommitdiff
path: root/iecset
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2014-05-07 09:43:45 +0200
committerJaroslav Kysela <perex@perex.cz>2014-05-07 10:55:59 +0200
commit0a6c9e80f79b5bcb24571cec55b8c8bfe49996c9 (patch)
treea9799d5f3b908241dac17456ae068fcc9a021466 /iecset
parent3f9712b9cdb7320452f457805286b8e15632312e (diff)
Makefiles - use AM_CPPFLAGS instead INCLUDES
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'iecset')
-rw-r--r--iecset/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/iecset/Makefile.am b/iecset/Makefile.am
index c03a7f1..8c80f90 100644
--- a/iecset/Makefile.am
+++ b/iecset/Makefile.am
@@ -1,4 +1,4 @@
-INCLUDES = -I$(top_srcdir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include
LDADD = -lm
# LDFLAGS = -static
# CFLAGS += -g -Wall