]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scroll/Makefile.in
wxMGL support
[wxWidgets.git] / samples / scroll / Makefile.in
index 7964583714ad056978917ce21a8dbb137c9c28e3..2ddc558688768e43cbdebfdb39c58c874e8cf1bc 100644 (file)
@@ -9,13 +9,15 @@
 #
 # Makefile for scroll example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/scroll
 
 PROGRAM=scroll
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)