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

#AUTOMAKE_OPTIONS = no-dependencies foreign

lib_LTLIBRARIES = libvideo.la

libvideo_la_SOURCES = g_video.c g_regions.c
libvideo_la_CFLAGS = $(COMMON_CFLAGS) $(SDL_CFLAGS) -I$(BGD_PATH)/include -I$(BGD_PATH)/bgdrtm/include -I. -I../libgrbase/
libvideo_la_LDFLAGS = -s -module -no-undefined -avoid-version
libvideo_la_LIBADD = $(COMMON_LDFLAGS) $(SDL_LIBS) -L$(BGD_PATH)/bgdrtm/src/.libs -lbgdrtm -L../libgrbase/.libs -lgrbase

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