Added missing agg flags.

This commit is contained in:
yabause 2010-04-07 20:57:51 +00:00
parent 3bd57c4c95
commit c627c6b8ad
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ SUBDIRS = doc
include $(top_srcdir)/src/desmume.mk
AM_CPPFLAGS += $(SDL_CFLAGS) $(GTKGLEXT_CFLAGS) $(LIBGLADE_CFLAGS) \
$(GTHREAD_CFLAGS) $(ALSA_CFLAGS) -DDATADIR=\"$(gladedir)/\" \
$(GTHREAD_CFLAGS) $(ALSA_CFLAGS) $(LIBAGG_CFLAGS) -DDATADIR=\"$(gladedir)/\" \
-DLOCALEDIR=\"$(localedir)\"
AM_LDFLAGS += -rdynamic $(INTLLIBS)