]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/calendar/Makefile.in
do *NOT* make the window of the size of its parent initially, fixes missing EVT_SIZE...
[wxWidgets.git] / samples / calendar / Makefile.in
index c8aae2a48ece0ce525e9b4d455c1134ed2cd9ca8..7f4ad4135b50f61e034e52d79fdc80ff58f36d35 100644 (file)
@@ -7,7 +7,9 @@ program_dir = samples/calendar
 
 PROGRAM=calendar
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)