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