24510eb3e9
This adds trivial changes to the autotools infrastructur and a template to generate and install a pkgconfig file libsodium.pc.
15 lines
189 B
Makefile
15 lines
189 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
LICENSE \
|
|
README.markdown \
|
|
THANKS
|
|
|
|
SUBDIRS = \
|
|
src \
|
|
test
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = @PACKAGE_NAME@.pc
|