Moved GLUT_INIT_STATE to <GL/freeglut_ext.h>, it is not part of the
[freeglut] / progs / demos / Fractals_random / Makefile.am
1 EXTRA_DIST = Fractals_random.dsp fractals.dat fractals_random.c
2
3 noinst_PROGRAMS = fractals_random
4 fractals_random_SOURCES = fractals_random.c
5 fractals_random_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
6 fractals_random_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)