]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/about/Makefile.in
fix for bug in wxEditableListBox in connection with new wxListCtrl
[wxWidgets.git] / samples / html / about / Makefile.in
index bb935c9cd9ac92fbf84253e5b0cf5cd84a477474..02461c972607c1420ad9ee3580ff4efd9a541b0d 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for html about example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = samples/html/about
 
@@ -18,7 +18,9 @@ DATAFILES = data/about.htm data/logo.png
 
 PROGRAM=about
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)