aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Michael <[email protected]>2020-06-01 14:24:53 +0000
committerNIIBE Yutaka <[email protected]>2020-06-03 00:08:12 +0000
commit013720333c6ec1d38791689bc49ba039d98e16b3 (patch)
tree0b71590e65dd49c74cf51ac7a35a71072710d589 /src
parentPost release updates (diff)
downloadlibgpg-error-013720333c6ec1d38791689bc49ba039d98e16b3.tar.gz
libgpg-error-013720333c6ec1d38791689bc49ba039d98e16b3.zip
build: Fix cross-compiling into a separate build dir.
* configure.ac: Create the src directory before writing into it. * src/Makefile.am (EXTRA_DIST): Add gen-lock-obj.sh. -- Signed-off-by: David Michael <[email protected]>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7e36d69..b2bffd2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -102,7 +102,7 @@ EXTRA_DIST = mkstrtable.awk err-sources.h.in err-codes.h.in \
gpg-error.vers gpg-error.def.in \
versioninfo.rc.in gpg-error.w32-manifest.in \
gpg-error-config-test.sh gpg-error.pc.in \
- $(lock_obj_pub)
+ gen-lock-obj.sh $(lock_obj_pub)
BUILT_SOURCES = $(srcdir)/err-sources.h $(srcdir)/err-codes.h \
code-to-errno.h code-from-errno.h \