aboutsummaryrefslogtreecommitdiff
path: root/modules/libkey/Makefile.am
blob: 01ee726157605895e12dcb7a9b0d9eac95542e72 (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 = libkey.la

libkey_la_SOURCES = libkey.c
libkey_la_CFLAGS = $(COMMON_CFLAGS) $(SDL_CFLAGS) -I$(BGD_PATH)/include
libkey_la_LDFLAGS = -s -module -no-undefined -avoid-version
libkey_la_LIBADD = $(COMMON_LDFLAGS) $(SDL_LIBS) -L$(BGD_PATH)/bgdrtm/src/.libs -lbgdrtm

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