mirror of https://github.com/snes9xgit/snes9x.git
Update Makefile.am
Minor update to Makefile.am to use newer AM_CPPFLAGS syntax.
This commit is contained in:
parent
f99daae5fb
commit
8b3a5c46f1
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue