Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp...
[freeglut] / tests / Makefile.am
1 ## Process this file with automake to produce Makefile.im
2
3 bin_PROGRAMS = one
4 one_SOURCES = one.c
5 one_LDFLAGS = -export-dynamic -dlpreopen ../src/libfreeglut-1.3.la
6