summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-03-22 07:54:30 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-03-22 07:54:30 +0000
commit643813c6ed902d885620c12ffecf87eefcc63a04 (patch)
tree7c4216bd576952d8553ffe8ee417353857e2eda9 /Makefile.am
parent223ed4a98962c088aee84ca6ceb33798e92ac473 (diff)
DEFS -> AM_CPPFLAGS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0f7a04ea..5bdc3093 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,7 +54,7 @@ endif
# Set _LINUX_SOURCE_COMPAT for AIX for malloc(0).
if IS_AIX
-DEFS += -D_LINUX_SOURCE_COMPAT=1
+AM_CPPFLAGS += -D_LINUX_SOURCE_COMPAT=1
endif
# Set flags for NetBSD.