File: Makefile.am

package info (click to toggle)
libmd 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,000 kB
  • sloc: sh: 4,701; ansic: 2,894; makefile: 260
file content (18 lines) | stat: -rw-r--r-- 243 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

include_HEADERS = \
	md2.h \
	md4.h \
	md5.h \
	rmd160.h \
	sha1.h \
	sha2.h \
	# EOL

# Compatibility headers
include_HEADERS += \
	ripemd.h \
	sha.h \
	sha256.h \
	sha512.h \
	# EOL