]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/Makefile.in
Changes to make commandline compilation with VC6 match the same settings and LIB...
[wxWidgets.git] / samples / dialup / Makefile.in
index 6611eb8911e60f57f25f1cb6bb188fba62851f69..de118acab0ac540367d5ee313da3997871254589 100644 (file)
@@ -9,13 +9,15 @@
 #
 # Makefile for nettest example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/dialup
 
 PROGRAM=nettest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)