aboutsummaryrefslogtreecommitdiff
path: root/modules/libsdlhandler/Makefile.am
blob: 2c0f0b0165301d12f22647f8acd4724d4f2486a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

#AUTOMAKE_OPTIONS = no-dependencies foreign

lib_LTLIBRARIES = libsdlhandler.la

libsdlhandler_la_SOURCES = libsdlhandler.c
libsdlhandler_la_CFLAGS = $(COMMON_CFLAGS) $(SDL_CFLAGS) -I$(BGD_PATH)/include
libsdlhandler_la_LDFLAGS = -s -module -no-undefined -avoid-version
libsdlhandler_la_LIBADD = $(COMMON_LDFLAGS) $(SDL_LIBS)

## Make sure these will be cleaned even when they're not built by
## default.
CLEANFILES = libsdlhandler.la