X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b9e5acef4ddac7f6e186aa08194799c5d47aa593..af01f1ba0d697c07173f436ab661b4c833258a91:/contrib/samples/plot/makefile.g95 diff --git a/contrib/samples/plot/makefile.g95 b/contrib/samples/plot/makefile.g95 index b842c22839..1ca728695a 100644 --- a/contrib/samples/plot/makefile.g95 +++ b/contrib/samples/plot/makefile.g95 @@ -8,6 +8,7 @@ WXDIR = ../../.. TARGET = plot OBJECTS = $(TARGET).o EXTRAINC = -I$(WXDIR)/contrib/include +RCEXTRAINC = --include-dir $(WXDIR)/contrib/include EXTRALIBS = -lplot include $(WXDIR)/src/makeprog.g95