Add masks to all channels in SDL_CreateRGBSurface calls
[sdl_tbmf.git] / src / Makefile.am
blobd6f26a8f61a577d2123dc318771ddc683017ec9e
1 lib_LTLIBRARIES = libSDL_tbmf.la
3 libSDL_tbmf_la_SOURCES =        \
4         SDL_tbmf.cc             \
5         SDL_tbmf.h              \
6         SDL_tbmf_charmap.cc     \
7         SDL_tbmf_charmap.h      \
8         SDL_tbmf_data.h         \
9         SDL_tbmf_drawtext.cc    \
10         SDL_tbmf_drawtext.h     \
11         SDL_tbmf_errors.cc      \
12         SDL_tbmf_errors.h       \
13         SDL_tbmf_string.cc      \
14         SDL_tbmf_string.h       \
15         SDL_tbmf_textsurf.cc    \
16         SDL_tbmf_textsurf.h     \
17         SDL_tbmf_uncomp.cc      \
18         SDL_tbmf_uncomp.h
20 libSDL_tbmf_la_LDFLAGS =        \
21         -release $(LT_RELEASE)  \
22         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
24 libSDL_tbmfincludedir = $(includedir)/SDL
25 libSDL_tbmfinclude_HEADERS =    \
26         SDL_tbmf.h              \
27         SDL_tbmf_charmap.h      \
28         SDL_tbmf_drawtext.h     \
29         SDL_tbmf_errors.h       \
30         SDL_tbmf_string.h       \
31         SDL_tbmf_textsurf.h