summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/Makefile.am
blob: 57a09b06fc2aab65e03932f18bb9bb73f5f9db38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##
## $Id$
##

include $(top_srcdir)/automake/compile.am

if NEWLIB
noinst_LIBRARIES = libmd.a
libmd_a_SOURCES = md5.h md5.c
libmd_a_SOURCES += md4.h md4.c
libmd_a_CPPFLAGS = $(AM_CPPFLAGS)
endif

include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am