annotate 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 |
rev |
line source |
22
|
1 noinst_LIBRARIES = libwindow.a
|
|
2 libwindow_a_SOURCES = render.cc event.cc system.cc picture.cc widget.cc \
|
|
3 button.cc menuitem.cc SDL_rotozoom.cc rect.cc \
|
|
4 event.h menuitem.h picture.h rect.h SDL_rotozoom.h \
|
|
5 surface.h system.h widget.h
|
|
6
|
|
7 INCLUDES = @SDL_CFLAGS@
|
|
8
|
|
9 AM_CPPFLAGS = @CFLAGS@ @DEFS@
|
|
10
|
|
11 LDADD = @LDFLAGS@ @FT2_LIBS@ @SDL_LIBS@ @LIBS@
|
|
12
|
|
13
|