]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/png/Makefile.in
added wxEncodingToCodepage() and implemented it properly (using in32 API instead...
[wxWidgets.git] / samples / png / Makefile.in
index ac72e6d715cb421036c7354a195acbf8c117ace0..0b26daaa838f4b30f4ddf1ed2535c462543eb4bd 100644 (file)
@@ -9,7 +9,7 @@
 #
 # Makefile for PNG example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/png
 
@@ -17,7 +17,9 @@ DATAFILES = julian.png paint16.png paint.png
 
 PROGRAM=pngdemo
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)