X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/820893d0d41b94b22dada287355ad27489c21721..e8e4025d1b61ce05e082f9a2c08ac64bea6408ae:/contrib/samples/deprecated/resource/Makefile.in diff --git a/contrib/samples/deprecated/resource/Makefile.in b/contrib/samples/deprecated/resource/Makefile.in index 5b55ea3e5c..9f8dd6fa02 100644 --- a/contrib/samples/deprecated/resource/Makefile.in +++ b/contrib/samples/deprecated/resource/Makefile.in @@ -11,13 +11,16 @@ top_srcdir = @top_srcdir@/.. top_builddir = ../../../.. -program_dir = samples/resource +program_dir = contrib/samples/deprecated/resource PROGRAM=resource OBJECTS =$(PROGRAM).o DEPFILES=$(PROGRAM).d +APPEXTRALIBS=$(top_builddir)/lib/lib@WX_LIBRARY_BASENAME@_wxdeprecated-@WX_RELEASE@.@WX_TARGET_LIBRARY_TYPE@ +APPEXTRADEFS=-I$(top_srcdir)/contrib/include + include ../../../../src/makeprog.env @IF_GNU_MAKE@-include $(DEPFILES)