X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=progs%2Fdemos%2Fspaceball%2FMakefile.am;fp=progs%2Fdemos%2Fspaceball%2FMakefile.am;h=13663fc353cd5e28837441bf8a7a75c5e01b705c;hb=93869523a6f06f349d982802e68009e47488df99;hp=e2a3ab43ed6368bbadfb8dc8422292fb9ff26bd0;hpb=21c71cd089968b28ebdbbb9bf1ff4c089a03f5ca;p=freeglut diff --git a/progs/demos/spaceball/Makefile.am b/progs/demos/spaceball/Makefile.am index e2a3ab4..13663fc 100644 --- a/progs/demos/spaceball/Makefile.am +++ b/progs/demos/spaceball/Makefile.am @@ -2,5 +2,5 @@ EXTRA_DIST = spaceball.c vmath.c vmath.h vmath.inl noinst_PROGRAMS = spaceball spaceball_SOURCES = spaceball.c vmath.c spaceball_LDFLAGS = -export-dynamic -spaceball_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS) +spaceball_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS) -lm spaceball_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)