2005-01-02 Ben Maurer <bmaurer@ximian.com>
[mono-project.git] / mono / utils / Makefile.am
blob77073464627bfdbab88e475fb82d571a7cdbcedd
1 noinst_LTLIBRARIES = libmonoutils.la
3 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS)
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
19 libmonoutilsincludedir = $(includedir)/mono/utils
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
30 EXTRA_DIST = ChangeLog