view window/Makefile.am @ 64:045ca45f9610

Remove --displaysize, as it was not used.
author Thibaut GIRKA <thib@sitedethib.com>
date Sun, 07 Feb 2010 11:33:23 +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@