]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/Makefile.in
fix for dmc compilation of projects with more than one obj
[wxWidgets.git] / samples / dialup / Makefile.in
index f003eecdfbfaa415e77d6c83e9d5b65963010266..e7145e390e82bffea49b577afb5e9f90ec93aeba 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
 
+@IF_GNU_MAKE@-include $(DEPFILES)