aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl-devel/files/patch-src_video_vgl_Makefile.am
blob: e8ff77fb26e356b7942cc2a16b875a92eed3ed72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$FreeBSD$

--- /dev/null	Sun Jan 21 22:16:58 2001
+++ src/video/vgl/Makefile.am	Sun Jan 21 22:04:06 2001
@@ -0,0 +1,15 @@
+
+## Makefile.am for SDL using the libVGL video driver
+
+noinst_LTLIBRARIES = libvideo_vgl.la
+libvideo_vgl_la_SOURCES = $(VGL_SRCS)
+
+# The SDL libVGL video driver sources
+VGL_SRCS = 			\
+	SDL_vglvideo.h		\
+	SDL_vglevents.c		\
+	SDL_vglevents_c.h	\
+	SDL_vglmouse.c		\
+	SDL_vglmouse_c.h	\
+	SDL_vglvideo.c
+