summaryrefslogtreecommitdiffstats
path: root/cpukit/libmd/Makefile.am
blob: f1eb021303e67a917a36d7e396e5de6732ffcf07 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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