Adding the 'subwinfix.patch' patch to set the focus in the Windows code. Includes...
[freeglut] / progs / demos / subwin / Makefile.am
diff --git a/progs/demos/subwin/Makefile.am b/progs/demos/subwin/Makefile.am
new file mode 100644 (file)
index 0000000..c5372a2
--- /dev/null
@@ -0,0 +1,5 @@
+EXTRA_DIST = subwin.c subwin.dsp
+noinst_PROGRAMS = subwin
+subwin_SOURCES = subwin.c
+subwin_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
+subwin_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)