]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/internat/Makefile.in
fixed bug with the caret positioning after SetValue() introduced by the last commit
[wxWidgets.git] / samples / internat / Makefile.in
index 435095728062f151d3e4ff84ce9a5dd3489443a3..930041b9f15d5667f10a101c92fcdb4c4d110b03 100644 (file)
@@ -9,20 +9,21 @@
 #
 # Makefile for internat example (UNIX).
 
-top_srcdir = @top_srcdir@
+top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/internat
 
 DATAFILES=fr/internat.po fr/internat.mo \
        de/internat.po de/internat.mo \
-       fr/wxstd.po fr/wxstd.mo \
-       de/wxstd.po de/wxstd.mo
+       ru/internat.po ru/internat.mo
 
-DATADIRS=fr de
+DATADIRS=fr de ru
 
 PROGRAM=internat
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)