diff options
author | Brent Cook <bcook@openbsd.org> | 2014-11-03 21:05:47 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2014-11-03 21:05:47 -0600 |
commit | 94ec2b6b1c05e6047ecf02bc74776d0ad84f71cf (patch) | |
tree | 7915e4a5ee8e90760702e63c88c57532a96ec2ae /Makefile.am | |
parent | 0aeb93b9fc9ecf0f9c2e98444545de485168823d (diff) | |
download | portable-94ec2b6b1c05e6047ecf02bc74776d0ad84f71cf.tar.gz portable-94ec2b6b1c05e6047ecf02bc74776d0ad84f71cf.tar.bz2 portable-94ec2b6b1c05e6047ecf02bc74776d0ad84f71cf.zip |
make 'autoreconf' work from dist tarball
We need to include VERSION for it to run.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fbb9315..12d8be7 100644 --- a/Makefile.am +++ b/Makefile.am | |||
@@ -3,3 +3,5 @@ ACLOCAL_AMFLAGS = -I m4 | |||
3 | 3 | ||
4 | pkgconfigdir = $(libdir)/pkgconfig | 4 | pkgconfigdir = $(libdir)/pkgconfig |
5 | pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc | 5 | pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc |
6 | |||
7 | EXTRA_DIST = VERSION | ||