From c16bf09a685a8621510a124b6caa4bf5a83f030a Mon Sep 17 00:00:00 2001 From: riccardom Date: Thu, 23 Jul 2009 19:04:58 +0000 Subject: [PATCH] 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. --- desmume/src/cli/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/cli/Makefile.am b/desmume/src/cli/Makefile.am index 16f37f90a..4e37d2543 100644 --- a/desmume/src/cli/Makefile.am +++ b/desmume/src/cli/Makefile.am @@ -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