10b628c1ba190d48df8b1e21655e55386c5bcf52
[freeglut] / 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)