From 01401ea3caee4d9f964c82e570f2747f72931e35 Mon Sep 17 00:00:00 2001 From: Sean Qureshi Date: Wed, 28 Aug 2013 10:16:35 -0700 Subject: [PATCH] Adjusted it to compile -wall, -c89 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 630a1b0..1d4a528 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,3 +2,4 @@ SUBDIRS = build misc ACLOCAL_AMFLAGS = -I m4 +AM_CXXFLAGS = -wall -c89