]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/html/widget/Makefile.in
don't try to refresh the menu bar before showing it, fixes crash on startup with...
[wxWidgets.git] / samples / html / widget / Makefile.in
index 1b21882df794230d985d5ef60724a7d9ed0a4a1a..8c9d675ed2f514a29ea25e8618e9c4ec42f9bce7 100644 (file)
@@ -9,15 +9,17 @@
 #
 # Makefile for html widget example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
 program_dir = samples/html/widget
 
 PROGRAM=widget
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 DATAFILES=start.htm
 
 include ../../../src/makeprog.env
 
+-include $(DEPFILES)