File: Makefile.am

package info (click to toggle)
libsodium 1.0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,204 kB
  • sloc: ansic: 44,064; asm: 4,264; makefile: 1,012; sh: 648; python: 303; xml: 30; pascal: 11
file content (24 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = \
	autogen.sh \
	libsodium.sln \
	libsodium.vcxproj \
	libsodium.vcxproj.filters \
	LICENSE \
	README.markdown \
	THANKS

SUBDIRS = \
	builds \
	contrib \
	dist-build \
	msvc-scripts \
	src \
	test

pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = @PACKAGE_NAME@.pc

DISTCLEANFILES = $(pkgconfig_DATA)