X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Jamrules;h=5c355902db003369d4a5fd830454316f15590cba;hb=755614aa400200e18bb646e8a56452eeeb6d0d33;hp=524a8c59ab9681ee20547d4dc9fc51238dcc7c16;hpb=8cecc7815e5ab5fe2b646dbe6aaa8e95cf08e71f;p=supertux.git diff --git a/Jamrules b/Jamrules index 524a8c59a..5c355902d 100644 --- a/Jamrules +++ b/Jamrules @@ -46,13 +46,13 @@ include $(TOP)/mk/jam/build.jam ; # Include Dirs IncludeDir $(top_builddir) ; # for config.h -IncludeDir lib src ; +IncludeDir $(top_srcdir)/src ; if $(XGETTEXT) != "" { actions XGetText { - $(XGETTEXT) $(XGETTEXT_FLAGS) --keyword='_:1' -o $(<) $(>) + $(XGETTEXT) $(XGETTEXT_FLAGS) -o $(<) "$(>)" } rule MakePot {