]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/Makefile.in
show the resize cursor when the mouse is above the grip and not only when it's just...
[wxWidgets.git] / samples / dialup / Makefile.in
index 351fd78ac3e3d1f1d7f38e1d1fffeede3a0403a6..e7145e390e82bffea49b577afb5e9f90ec93aeba 100644 (file)
@@ -15,7 +15,9 @@ program_dir = samples/dialup
 
 PROGRAM=nettest
 
 
 PROGRAM=nettest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
 
 include ../../src/makeprog.env
 
+@IF_GNU_MAKE@-include $(DEPFILES)