From a1b15435b1b7278a7b94d5ff2e24f941839cea68 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 12 Aug 2003 07:20:29 +0000 Subject: [PATCH] These are separate for a reason (cleans up local build changes). --- stepmania/src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index 2dd88911bc..64f551564d 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -10,7 +10,8 @@ else AM_CXXFLAGS += -DLINUX -DDATADIR=\"$(datadir)\" endif -AM_CXXFLAGS += -O2 -ISDL-1.2.5/include -ISDL_sound-1.0.0 +AM_CXXFLAGS += -O2 +AM_CXXFLAGS += -ISDL-1.2.5/include -ISDL_sound-1.0.0 AM_CFLAGS += -O2 # This is a little hacky; we use our own version of SDL and SDL_sound, and I don't