Some cleanup.
This commit is contained in:
parent
d6f29b71b3
commit
2a032005d1
|
@ -35,7 +35,6 @@ AC_SUBST([STARFIGHTER_CFLAGS])
|
|||
AC_CHECK_HEADERS([ctype.h errno.h stdio.h stdlib.h string.h time.h math.h pwd.h sys/stat.h unistd.h])
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_C_INLINE
|
||||
|
||||
# Checks for library functions.
|
||||
AC_FUNC_MALLOC
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
bin_PROGRAMS = starfighter
|
||||
|
||||
starfighter_CPPFLAGS = $(STARFIGHTER_CFLAGS) -Wall -O2 -DDATADIR=\"$(pkgdatadir)\"
|
||||
starfighter_CPPFLAGS = $(STARFIGHTER_CFLAGS) -DDATADIR=\"$(pkgdatadir)\" -Wall
|
||||
starfighter_CXXFLAGS = $(SDL_CFLAGS)
|
||||
starfighter_LDADD = $(SDL_LIBS)
|
||||
|
||||
|
|
Loading…
Reference in New Issue