Kaydet (Commit) ae7ecde1 authored tarafından Colomban Wendling's avatar Colomban Wendling

autotools: Fix generating geanyfunctions.h in out-of-tree builds

üst 07aeafab
......@@ -16,8 +16,8 @@ plugins_include_HEADERS = \
geanyfunctions.h
# systems without python should continue to build OK
geanyfunctions.h: genapi.py ../src/plugins.c
python genapi.py || true
$(srcdir)/geanyfunctions.h: $(srcdir)/genapi.py $(srcdir)/../src/plugins.c
(cd "$(srcdir)" && python genapi.py ../src/plugins.c) || true
all: geanyfunctions.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment