e7958ff2896f1194778893e0469e952f1028a1be
[mono.git] / mono / utils / Makefile.am
1 noinst_LTLIBRARIES = libmonoutils.la
2
3 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS)
4
5 libmonoutils_la_SOURCES = \
6         mono-hash.c     \
7         mono-md5.c      \
8         mono-sha1.c     \
9         mono-logger.c   \
10         monobitset.c    \
11         mono-math.c  \
12         strtod.h        \
13         strtod.c        \
14         strenc.h        \
15         strenc.c
16
17 libmonoutilsincludedir = $(includedir)/mono/utils
18
19 libmonoutilsinclude_HEADERS = \
20         monobitset.h    \
21         mono-digest.h   \
22         mono-logger.h   \
23         mono-hash.h             \
24         mono-math.h
25
26 EXTRA_DIST = ChangeLog
27