]> 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 f003eecdfbfaa415e77d6c83e9d5b65963010266..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/nettest
+program_dir = samples/dialup
 
 PROGRAM=nettest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)