summaryrefslogtreecommitdiffstats
path: root/cpukit/libcrypt/Makefile.am
blob: 5aecfe131f26be44b1b704cf8c0dd2e102ed55cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
include $(top_srcdir)/automake/compile.am

noinst_LIBRARIES = libcrypt.a

libcrypt_a_SOURCES =
libcrypt_a_SOURCES += crypt.c
libcrypt_a_SOURCES += crypt-md5.c
libcrypt_a_SOURCES += crypt-sha256.c
libcrypt_a_SOURCES += crypt-sha512.c
libcrypt_a_SOURCES += misc.c

include $(top_srcdir)/automake/local.am