view window/Makefile.am @ 74:f8751d74918b default tip

Remove “duplicate” functions as they can be remplaced by a nearly-identical existing function.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 02 Apr 2011 19:13:54 +0200
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@