]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/scrollsub/Makefile.in
reveretd change commenting out IMPLEMENT_DYNAMIC_CLASS
[wxWidgets.git] / samples / scrollsub / Makefile.in
index b3c334a75e4935a26a442a029da132b2d5dd8ca4..6a0d0a081dc0cf9d4bdc8e63ecc36dab2d3d9af8 100644 (file)
@@ -9,13 +9,15 @@
 #
 # Makefile for scrollsub example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/scrollsub
 
 PROGRAM=scrollsub
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)