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