Mercurial > otakunoraifu
view window/Makefile.am @ 61:bdd8a5ff8f46
Revert an old change that disabled cursors...
author | Thibaut GIRKA <thib@sitedethib.com> |
---|---|
date | Fri, 18 Dec 2009 21:07:29 +0100 |
parents | c7bcc0ec2267 |
children |
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 rect.cc \ event.h menuitem.h picture.h rect.h render.h \ surface.h system.h widget.h INCLUDES = @SDL_CFLAGS@ AM_CPPFLAGS = @CFLAGS@ @DEFS@ LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@