X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=progs%2Fdemos%2Fspaceball%2FMakefile.am;h=13663fc353cd5e28837441bf8a7a75c5e01b705c;hb=76abafb9109bfc14c93c9f86574b7a1ce1dae957;hp=10b628c1ba190d48df8b1e21655e55386c5bcf52;hpb=bb97ecab3add22cf774d3bb8bdb9d1be537cc524;p=freeglut diff --git a/progs/demos/spaceball/Makefile.am b/progs/demos/spaceball/Makefile.am index 10b628c..13663fc 100644 --- a/progs/demos/spaceball/Makefile.am +++ b/progs/demos/spaceball/Makefile.am @@ -1,6 +1,6 @@ EXTRA_DIST = spaceball.c vmath.c vmath.h vmath.inl - noinst_PROGRAMS = spaceball spaceball_SOURCES = spaceball.c vmath.c -spaceball_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la -spaceball_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS) \ No newline at end of file +spaceball_LDFLAGS = -export-dynamic +spaceball_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS) -lm +spaceball_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)