[gegl] build: use fuller path to argvs extract
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] build: use fuller path to argvs extract
- Date: Wed, 16 Jan 2019 16:07:51 +0000 (UTC)
commit 77c4224f10b459a296697c2af62e513e55ead68f
Author: Øyvind Kolås <pippin gimp org>
Date: Wed Jan 16 17:07:20 2019 +0100
build: use fuller path to argvs extract
bin/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/bin/Makefile.am b/bin/Makefile.am
index cbe075803..723fe7e6f 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -47,7 +47,7 @@ gegl_SOURCES = \
argvs-commands.inc: gegl.c ui.c argvs.c Makefile
@echo " GEN" $@
- @$(top_srcdir)/tools/argvs_extract.sh *.c > argvs-commands.inc
+ @$(top_srcdir)/tools/argvs_extract.sh $(top_srcdir)/bin/*.c > argvs-commands.inc
if HAVE_MRG
if HAVE_GEXIV2
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]