]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/Makefile.in
Added fix to send scroll messages from mouse wheel instead of scrolling directly
[wxWidgets.git] / samples / notebook / Makefile.in
index 58b5cda9798582fa537e661cb26c2b0610e56a65..18deaf142d11b1210f9d9786316545e8ea6d6177 100644 (file)
@@ -7,7 +7,9 @@ program_dir = samples/notebook
 
 PROGRAM=notebook
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)