Mercurial > otakunoraifu
view window/Makefile.am @ 28:f1f22bfc4496
* Allow the building of scn2kdump by typing "make scn2kdump" in scn2k/
author | thib |
---|---|
date | Fri, 06 Mar 2009 18:30:19 +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@