Added a few more details to README.cmake
[freeglut] / progs / demos / spaceball / Makefile.am
1 EXTRA_DIST = spaceball.c vmath.c vmath.h vmath.inl
2 noinst_PROGRAMS = spaceball
3 spaceball_SOURCES = spaceball.c vmath.c
4 spaceball_LDFLAGS = -export-dynamic
5 spaceball_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS) -lm
6 spaceball_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)