X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/335258dcdd1a1ad091cf08321d898f5ace350fa9..3f38e38ba5d6e3c433596e404d44060e60e6dd28:/samples/opengl/penguin/Makefile.in?ds=sidebyside diff --git a/samples/opengl/penguin/Makefile.in b/samples/opengl/penguin/Makefile.in index ad3f1f37da..4c911c4041 100644 --- a/samples/opengl/penguin/Makefile.in +++ b/samples/opengl/penguin/Makefile.in @@ -17,9 +17,11 @@ DATAFILES = penguin.lwo PROGRAM=penguin -LIBRARIES=-lMesaGL -lMesaGLU ../../../lib/libwx_gtk_gl.so +LIBRARIES=$(top_builddir)/lib/@WX_TARGET_LIBRARY_GL@ $(OPENGLLIBS) -OBJECTS=$(PROGRAM).o lw.o trackball.o +OBJECTS =$(PROGRAM).o lw.o trackball.o +DEPFILES=$(PROGRAM).d lw.d trackball.d include ../../../src/makeprog.env +-include $(DEPFILES)