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
25c0e7c948
commit
2397f6ab17
|
@ -8,7 +8,7 @@ snes9x_gtk_CXXFLAGS = -fno-exceptions -fno-rtti
|
||||||
endif
|
endif
|
||||||
noinst_LIBRARIES =
|
noinst_LIBRARIES =
|
||||||
|
|
||||||
INCLUDES = -I../apu/bapu -I$(top_srcdir) -I.. -DSNES9XLOCALEDIR=\""$(snes9xlocaledir)"\"
|
AM_CPPFLAGS = -I../apu/bapu -I$(top_srcdir) -I.. -DSNES9XLOCALEDIR=\""$(snes9xlocaledir)"\"
|
||||||
|
|
||||||
CLEANFILES = \
|
CLEANFILES = \
|
||||||
src/gtk_snes9x_ui.cpp \
|
src/gtk_snes9x_ui.cpp \
|
||||||
|
|
Loading…
Reference in New Issue