]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/notebook/Makefile.in
Fix wxListCtrl background colour bug Part I
[wxWidgets.git] / samples / notebook / Makefile.in
index 58b5cda9798582fa537e661cb26c2b0610e56a65..b19da0e028be23a631a414d89ddbfa8536592986 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
 
+@IF_GNU_MAKE@-include $(DEPFILES)