Mercurial > fife-parpg
comparison ext/guichan-0.8.2/src/sdl/Makefile.am @ 378:64738befdf3b
bringing in the changes from the build_system_rework branch in preparation for the 0.3.0 release. This commit will require the Jan2010 devkit. Clients will also need to be modified to the new way to import fife.
author | vtchill@33b003aa-7bff-0310-803a-e67f0ece8222 |
---|---|
date | Mon, 11 Jan 2010 23:34:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
377:fe6fb0e0ed23 | 378:64738befdf3b |
---|---|
1 #noinst_LTLIBRARIES = libsdl.la | |
2 | |
3 lib_LTLIBRARIES = libguichan_sdl.la | |
4 | |
5 INCLUDES = -I$(top_srcdir)/include | |
6 | |
7 libguichan_sdl_la_LDFLAGS = -no-undefined -release $(LT_RELEASE) -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) | |
8 | |
9 libguichan_sdl_la_SOURCES = \ | |
10 sdl.cpp \ | |
11 sdlgraphics.cpp \ | |
12 sdlimage.cpp \ | |
13 sdlimageloader.cpp \ | |
14 sdlinput.cpp | |
15 | |
16 pkgconfigdir = $(libdir)/pkgconfig | |
17 pkgconfig_DATA = guichan_sdl-0.8.pc | |
18 | |
19 EXTRA_DIST = guichan_sdl-0.8.pc.in |