Fix window title, and ensure that the random integer is not forced to be zero (Thanks...
[freeglut] / progs / demos / Fractals / Makefile.am
1 EXTRA_DIST = Fractals.dsp fractals.c fractals.dat
2 bin_PROGRAMS = fractals
3 fractals_SOURCES = fractals.c
4 fractals_LDFLAGS = -export-dynamic ../../../src/libglut.la
5 fractals_CFLAGS = $(X_CFLAGS)