summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
Diffstat (limited to 'auto')
-rw-r--r--auto/modules/go2
-rw-r--r--auto/sources1
2 files changed, 2 insertions, 1 deletions
diff --git a/auto/modules/go b/auto/modules/go
index b771de8a..96e9e12d 100644
--- a/auto/modules/go
+++ b/auto/modules/go
@@ -56,7 +56,7 @@ $echo "configuring Go package ..." >> $NXT_AUTOCONF_ERR
$echo -n "checking for Go ..."
$echo "checking for Go ..." >> $NXT_AUTOCONF_ERR
-nxt_go_test="GOPATH=`pwd` CGO_CPPFLAGS=-DNXT_CONFIGURE \
+nxt_go_test="GOPATH=`pwd` CGO_CPPFLAGS='-DNXT_CONFIGURE -I`pwd`/src'\
\"${NXT_GO}\" build -o build/nxt_go_gen.a --buildmode=c-archive nginext"
diff --git a/auto/sources b/auto/sources
index 5c80f756..eab4e29b 100644
--- a/auto/sources
+++ b/auto/sources
@@ -15,6 +15,7 @@ NXT_LIB_DEPS=" \
src/nxt_file.h \
src/nxt_mem_map.h \
src/nxt_socket.h \
+ src/nxt_process_type.h \
src/nxt_process.h \
src/nxt_signal.h \
src/nxt_port.h \