Revert Directory.cs patch until its fixed
[mono.git] / mono / utils / Makefile.am
1 noinst_LTLIBRARIES = libmonoutils.la
2
3 INCLUDES = $(GLIB_CFLAGS) $(GMODULE_CFLAGS) -I$(top_srcdir)     -I$(top_srcdir)/mono 
4
5 libmonoutils_la_SOURCES = \
6         mono-hash.c     \
7         mono-md5.c      \
8         mono-sha1.c     \
9         monobitset.c    \
10         strtod.h        \
11         strtod.c
12
13 libmonoutilsincludedir = $(includedir)/mono/utils
14
15 libmonoutilsinclude_HEADERS = \
16         monobitset.h    \
17         mono-digest.h   \
18         mono-hash.h
19
20 EXTRA_DIST = ChangeLog
21