grammar updates
[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         strtod.h        \
12         strtod.c        \
13         strenc.h        \
14         strenc.c
15
16 libmonoutilsincludedir = $(includedir)/mono/utils
17
18 libmonoutilsinclude_HEADERS = \
19         monobitset.h    \
20         mono-digest.h   \
21         mono-logger.h   \
22         mono-hash.h
23
24 EXTRA_DIST = ChangeLog
25