* roottypes.cs: Rename from tree.cs.
[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         mono-codeman.c  \
11         mono-counters.c \
12         mono-compiler.h \
13         monobitset.c    \
14         mono-math.c  \
15         strtod.h        \
16         strtod.c        \
17         strenc.h        \
18         strenc.c        \
19         mono-uri.c      \
20         mono-poll.c
21
22 libmonoutilsincludedir = $(includedir)/mono/utils
23
24 libmonoutilsinclude_HEADERS = \
25         monobitset.h    \
26         mono-codeman.h  \
27         mono-counters.h \
28         mono-digest.h   \
29         mono-logger.h   \
30         mono-hash.h     \
31         mono-math.h     \
32         mono-uri.h      \
33         mono-poll.h
34
35 EXTRA_DIST = ChangeLog
36