Mercurial > otakunoraifu
view window/Makefile.am @ 26:f45da03ca631
* Corrected --disable-vorbis in configure.ac
* Added sound configuration
* Added misc functions
author | thib |
---|---|
date | Sun, 01 Mar 2009 19:08:02 +0000 |
parents | 759202cf1756 |
children | 97b752b43502 |
line wrap: on
line source
noinst_LIBRARIES = libwindow.a libwindow_a_SOURCES = render.cc event.cc system.cc picture.cc widget.cc \ button.cc menuitem.cc SDL_rotozoom.cc rect.cc \ event.h menuitem.h picture.h rect.h SDL_rotozoom.h \ surface.h system.h widget.h INCLUDES = @SDL_CFLAGS@ AM_CPPFLAGS = @CFLAGS@ @DEFS@ LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@