You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
314 B
20 lines
314 B
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST = \
|
|
autogen.sh \
|
|
libsodium.sln \
|
|
libsodium.vcxproj \
|
|
libsodium.vcxproj.filters \
|
|
LICENSE \
|
|
README.markdown \
|
|
THANKS
|
|
|
|
SUBDIRS = \
|
|
dist-build \
|
|
msvc-scripts \
|
|
src
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = @PACKAGE_NAME@.pc
|
|
DISTCLEANFILES = $(pkgconfig_DATA)
|
|
|