Fixing the build on *nix per e-mail from John Tsiombikas dated 3/22/11 at 2:26 PM
[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)