libsodium/Makefile.am
Christian Wiese 24510eb3e9 build: create and install a pkgconfig file
This adds trivial changes to the autotools infrastructur and a
template to generate and install a pkgconfig file libsodium.pc.
2013-08-11 23:18:14 +02:00

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