ensure that gotweb's libexec helpers inherit build flags set in parent dirs
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
diff --git a/gotweb/libexec/got-read-blob/Makefile b/gotweb/libexec/got-read-blob/Makefile
index fb9095d..8a3f38c 100644
--- a/gotweb/libexec/got-read-blob/Makefile
+++ b/gotweb/libexec/got-read-blob/Makefile
@@ -1,5 +1,6 @@
.include "../../../got-version.mk"
+.include "../Makefile.inc"
PROG= got-read-blob
SRCS= got-read-blob.c error.c inflate.c object_parse.c \
diff --git a/gotweb/libexec/got-read-commit/Makefile b/gotweb/libexec/got-read-commit/Makefile
index 1e78a9b..0996068 100644
--- a/gotweb/libexec/got-read-commit/Makefile
+++ b/gotweb/libexec/got-read-commit/Makefile
@@ -1,5 +1,6 @@
.include "../../../got-version.mk"
+.include "../Makefile.inc"
PROG= got-read-commit
SRCS= got-read-commit.c error.c inflate.c object_parse.c \
diff --git a/gotweb/libexec/got-read-gitconfig/Makefile b/gotweb/libexec/got-read-gitconfig/Makefile
index 76cd8d7..77cc785 100644
--- a/gotweb/libexec/got-read-gitconfig/Makefile
+++ b/gotweb/libexec/got-read-gitconfig/Makefile
@@ -1,5 +1,6 @@
.include "../../../got-version.mk"
+.include "../Makefile.inc"
PROG= got-read-gitconfig
SRCS= got-read-gitconfig.c error.c inflate.c object_parse.c \
diff --git a/gotweb/libexec/got-read-object/Makefile b/gotweb/libexec/got-read-object/Makefile
index 22604cc..4889fe0 100644
--- a/gotweb/libexec/got-read-object/Makefile
+++ b/gotweb/libexec/got-read-object/Makefile
@@ -1,5 +1,6 @@
.include "../../../got-version.mk"
+.include "../Makefile.inc"
PROG= got-read-object
SRCS= got-read-object.c error.c inflate.c object_parse.c \
diff --git a/gotweb/libexec/got-read-pack/Makefile b/gotweb/libexec/got-read-pack/Makefile
index eae7dbb..a28b9cf 100644
--- a/gotweb/libexec/got-read-pack/Makefile
+++ b/gotweb/libexec/got-read-pack/Makefile
@@ -1,5 +1,6 @@
.include "../../../got-version.mk"
+.include "../Makefile.inc"
PROG= got-read-pack
SRCS= got-read-pack.c delta.c error.c inflate.c object_cache.c \
diff --git a/gotweb/libexec/got-read-tag/Makefile b/gotweb/libexec/got-read-tag/Makefile
index 375212d..3a0b798 100644
--- a/gotweb/libexec/got-read-tag/Makefile
+++ b/gotweb/libexec/got-read-tag/Makefile
@@ -1,5 +1,6 @@
.include "../../../got-version.mk"
+.include "../Makefile.inc"
PROG= got-read-tag
SRCS= got-read-tag.c error.c inflate.c object_parse.c \
diff --git a/gotweb/libexec/got-read-tree/Makefile b/gotweb/libexec/got-read-tree/Makefile
index b601aea..19a4c9c 100644
--- a/gotweb/libexec/got-read-tree/Makefile
+++ b/gotweb/libexec/got-read-tree/Makefile
@@ -1,5 +1,6 @@
.include "../../../got-version.mk"
+.include "../Makefile.inc"
PROG= got-read-tree
SRCS= got-read-tree.c error.c inflate.c object_parse.c \