Update cli frontend makefile to add libagg cflags and to use AM_CPPFLAGS as

used by the gtk frontend instead of AM_CFLAGS. Issues pointend out by szigor
in patch #2825066.
This commit is contained in:
riccardom 2009-07-23 19:04:58 +00:00
parent 188a7e54c4
commit c16bf09a68
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
SUBDIRS = doc
include $(top_srcdir)/src/desmume.mk
AM_CFLAGS += $(SDL_CFLAGS) $(ALSA_CFLAGS)
AM_CPPFLAGS += $(SDL_CFLAGS) $(ALSA_CFLAGS) $(LIBAGG_CFLAGS)
bin_PROGRAMS = desmume-cli
desmume_cli_SOURCES = main.cpp ../sndsdl.cpp ../ctrlssdl.h ../ctrlssdl.cpp