diff options
author | midipix <writeonce@midipix.org> | 2020-01-25 19:52:44 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-25 19:55:49 +0000 |
commit | 66aea99ba27324b32491b81611295da3d408a8de (patch) | |
tree | e540252d361a05e267218c62dfa9178b1f884783 /Makefile.in | |
parent | c7b6f6e99d1099ff0242923d4f991e64e7d47ec4 (diff) | |
download | slibtool-66aea99ba27324b32491b81611295da3d408a8de.tar.bz2 slibtool-66aea99ba27324b32491b81611295da3d408a8de.tar.xz |
build system: configure: added --srcinfo,--srcsite,--pgprkey,--pgpskey support.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 0f4facd..aacac6a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -20,6 +20,12 @@ PKGHOME = @pkghome@ PKGDEFS = @pkgdefs@ PKGLIBS = @pkglibs@ +SRCINFO = @srcinfo@ +SRCSITE = @srcsite@ + +PGPRKEY = @pgprkey@ +PGPSKEY = @pgpskey@ + RAWBALL = @rawball@ RAWBALL_URL = @rawball_url@ RAWBALL_SHA256 = @rawball_sha256@ |