]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scrollsub/Makefile.in
Added context help stuff to wxPython
[wxWidgets.git] / samples / scrollsub / Makefile.in
index 9e145a5cd146f866e65d8dda1c0d4104f18889e3..6a0d0a081dc0cf9d4bdc8e63ecc36dab2d3d9af8 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/scrollsub
 
 PROGRAM=scrollsub
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)