X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/48fe83743aafc0c3427824b7c3051119b22ebe79..be71e18af4e329233714e2e0b59049ef6b3c606d:/samples/internat/Makefile.in?ds=sidebyside diff --git a/samples/internat/Makefile.in b/samples/internat/Makefile.in index 0143f6d797..930041b9f1 100644 --- a/samples/internat/Makefile.in +++ b/samples/internat/Makefile.in @@ -15,14 +15,15 @@ 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)