X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;ds=inline;f=progs%2Fdemos%2Fsmooth_opengl3%2FMakefile.am;fp=progs%2Fdemos%2Fsmooth_opengl3%2FMakefile.am;h=fcc85d770eeccfbe01c91af5ecdd1365422ac929;hb=21c71cd089968b28ebdbbb9bf1ff4c089a03f5ca;hp=493b74215c7b6bdcfa503c1f51d50dec0707c257;hpb=dc1b718ecc800ef1a6485ec19f9be3f6edcaf3b0;p=freeglut diff --git a/progs/demos/smooth_opengl3/Makefile.am b/progs/demos/smooth_opengl3/Makefile.am index 493b742..fcc85d7 100644 --- a/progs/demos/smooth_opengl3/Makefile.am +++ b/progs/demos/smooth_opengl3/Makefile.am @@ -1,5 +1,6 @@ EXTRA_DIST = smooth_opengl3.c smooth_opengl3.dsp noinst_PROGRAMS = smooth_opengl3 smooth_opengl3_SOURCES = smooth_opengl3.c -smooth_opengl3_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la +smooth_opengl3_LDFLAGS = -export-dynamic +smooth_opengl3_LDADD = ../../../src/lib@LIBRARY@.la $(GL_LIBS) smooth_opengl3_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)