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

noinst_LIBRARIES = libcrypt.a

libcrypt_a_CPPFLAGS = $(AM_CPPFLAGS)

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