X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamrules;h=2e3d6b0ae8572b95dabb5b7df01580329350ceff;hb=0ef18fd6af2ad886d7a13d43d1309fc391c26bb7;hp=3213e5db005deb6093c1594b3292a8a2f39d4074;hpb=eba5f4b45f92cb19a09fbac1a478648062480adb;p=supertux.git diff --git a/Jamrules b/Jamrules index 3213e5db0..2e3d6b0ae 100644 --- a/Jamrules +++ b/Jamrules @@ -4,6 +4,9 @@ if ! $(top_builddir) } top_srcdir = $(TOP) ; +# unset some stuff defined in Jambase +LEX = ; + JAMCONFIG ?= $(top_builddir)/Jamconfig ; include $(JAMCONFIG) ; if ! $(JAMCONFIG_READ) @@ -43,7 +46,7 @@ include $(TOP)/mk/jam/build.jam ; # Include Dirs IncludeDir $(top_builddir) ; # for config.h -IncludeDir lib src ; +IncludeDir $(top_srcdir)/src ; if $(XGETTEXT) != "" {