First attempt at adding John Tsiombikas' spaceball support for X11. It compiles...
[freeglut] / progs / demos / spaceball / Makefile.am
1 EXTRA_DIST = spaceball.c vmath.c vmath.h vmath.inl
2
3 noinst_PROGRAMS = spaceball
4 spaceball_SOURCES = spaceball.c vmath.c
5 spaceball_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
6 spaceball_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)