2004-01-29 Zoltan Varga <vargaz@freemail.hu>
[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         mono-uri.c
17
18 libmonoutilsincludedir = $(includedir)/mono/utils
19
20 libmonoutilsinclude_HEADERS = \
21         monobitset.h    \
22         mono-digest.h   \
23         mono-logger.h   \
24         mono-hash.h             \
25         mono-math.h     \
26         mono-uri.h
27
28 EXTRA_DIST = ChangeLog
29