shapes. "shapes" is the name of the demo. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@365 7f0cb862-5218-0410-a997-914c9d46530a
6 lines
187 B
Makefile
6 lines
187 B
Makefile
EXTRA_DIST = shapes.c
|
|
noinst_PROGRAMS = shapes
|
|
shapes_SOURCES = shapes.c
|
|
shapes_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
|
|
shapes_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)
|