Adding the 'subwinfix.patch' patch to set the focus in the Windows code. Includes...
[freeglut] / progs / demos / subwin / Makefile.am
1 EXTRA_DIST = subwin.c subwin.dsp
2 noinst_PROGRAMS = subwin
3 subwin_SOURCES = subwin.c
4 subwin_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
5 subwin_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)