X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/39e808c3a16e88e8d2ca2a76377e7f9cd051384a..08a092f9f4de6c80a2d43d4072c379ac84e6cc2f:/samples/opengl/penguin/Makefile.in?ds=inline diff --git a/samples/opengl/penguin/Makefile.in b/samples/opengl/penguin/Makefile.in index 5b838e308d..4c911c4041 100644 --- a/samples/opengl/penguin/Makefile.in +++ b/samples/opengl/penguin/Makefile.in @@ -19,7 +19,9 @@ PROGRAM=penguin 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)