From 2397f6ab1744593ff97f8a5b18dd7046cf2ba611 Mon Sep 17 00:00:00 2001
From: David Baucum <maxolasersquad@gmail.com>
Date: Tue, 27 Aug 2013 01:00:35 -0400
Subject: [PATCH] Update Makefile.am

Minor update to Makefile.am to use newer AM_CPPFLAGS syntax.
---
 gtk/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 277ad11e..77296e33 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -8,7 +8,7 @@ snes9x_gtk_CXXFLAGS = -fno-exceptions -fno-rtti
 endif
 noinst_LIBRARIES =
 
-INCLUDES = -I../apu/bapu -I$(top_srcdir) -I.. -DSNES9XLOCALEDIR=\""$(snes9xlocaledir)"\"
+AM_CPPFLAGS = -I../apu/bapu -I$(top_srcdir) -I.. -DSNES9XLOCALEDIR=\""$(snes9xlocaledir)"\"
 
 CLEANFILES = \
     src/gtk_snes9x_ui.cpp \