94ec2b6b1c
We need to include VERSION for it to run.
8 lines
177 B
Makefile
8 lines
177 B
Makefile
SUBDIRS = crypto ssl include apps tests man
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libcrypto.pc libssl.pc openssl.pc
|
|
|
|
EXTRA_DIST = VERSION
|