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