Adding an error message code to the "smooth_opengl3" demo per e-mail from Diederick...
[freeglut] / progs / demos / smooth_opengl3 / Makefile.am
1 EXTRA_DIST = smooth_opengl3.c smooth_opengl3.dsp
2 noinst_PROGRAMS = smooth_opengl3
3 smooth_opengl3_SOURCES = smooth_opengl3.c
4 smooth_opengl3_LDFLAGS = -export-dynamic
5 smooth_opengl3_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS)
6 smooth_opengl3_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)