diff test/Makefile.in @ 1915:a228436a2404

Implemented multi-window OpenGL program with test framework.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 19 Jul 2006 04:24:41 +0000
parents 051df511279c
children 7ee5297340f7
line wrap: on
line diff
--- a/test/Makefile.in	Tue Jul 18 07:49:51 2006 +0000
+++ b/test/Makefile.in	Wed Jul 19 04:24:41 2006 +0000
@@ -53,8 +53,8 @@
 testgl$(EXE): $(srcdir)/testgl.c
 	$(CC) -o $@ $? $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@
 
-testgl2$(EXE): $(srcdir)/testgl2.c
-	$(CC) -o $@ $? $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@
+testgl2$(EXE): $(srcdir)/testgl2.c $(srcdir)/common.c
+	$(CC) -o $@ $(srcdir)/testgl2.c $(srcdir)/common.c $(CFLAGS) $(LIBS) @GLLIB@ @MATHLIB@
 
 testhread$(EXE): $(srcdir)/testhread.c
 	$(CC) -o $@ $? $(CFLAGS) $(LIBS)