view window/Makefile.am @ 51:cbb301016a4e

* oops... finishing what was started and not said with the other patch: fixing memory leaks
author thib
date Fri, 17 Apr 2009 18:40:39 +0000
parents 97b752b43502
children c7bcc0ec2267
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 \
                      surface.h system.h widget.h

INCLUDES = @SDL_CFLAGS@

AM_CPPFLAGS = @CFLAGS@ @DEFS@

LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@