Update Makefile.am

Minor update to Makefile.am to use newer AM_CPPFLAGS syntax.
This commit is contained in:
David Baucum 2013-08-27 01:00:35 -04:00
parent f99daae5fb
commit 8b3a5c46f1
1 changed files with 1 additions and 1 deletions

View File

@ -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 \