1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-19 18:15:18 -07:00
libsodium/Makefile.am

18 lines
230 B
Makefile
Raw Normal View History

2013-01-19 19:03:02 -07:00
ACLOCAL_AMFLAGS = -I m4
EXTRA_DIST = \
2013-01-21 20:55:24 -07:00
autogen.sh \
LICENSE \
2013-08-05 09:22:44 -07:00
README.markdown \
2013-01-21 20:55:24 -07:00
THANKS
2013-01-19 19:03:02 -07:00
SUBDIRS = \
msvc-scripts \
2013-01-20 15:03:05 -07:00
src \
test
if HAVE_PKG_CONFIG
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = @PACKAGE_NAME@.pc
endif