New test.
[mono.git] / mono / utils / Makefile.am
index ed6927e5894825a570a03bf32bb6f63c476f1dbc..0ddf022bdcdd15a254a530a43021388d00fbaa59 100644 (file)
@@ -1,14 +1,34 @@
-lib_LIBRARIES = libmonoutils.a
+noinst_LTLIBRARIES = libmonoutils.la
 
-INCLUDES = $(GLIB_CFLAGS) $(GMODULE_CFLAGS) -I$(top_srcdir)    -I$(top_srcdir)/mono 
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/mono $(LIBGC_CFLAGS) $(GLIB_CFLAGS) $(GMODULE_CFLAGS)
 
-libmonoutils_a_SOURCES = \
+libmonoutils_la_SOURCES = \
        mono-hash.c     \
-       mono-hash.h
+       mono-md5.c      \
+       mono-sha1.c     \
+       mono-logger.c   \
+       mono-codeman.c  \
+       mono-compiler.h \
+       monobitset.c    \
+       mono-math.c  \
+       strtod.h        \
+       strtod.c        \
+       strenc.h        \
+       strenc.c        \
+       mono-uri.c      \
+       mono-poll.c
 
 libmonoutilsincludedir = $(includedir)/mono/utils
 
-libmonoutilsinclude_HEADERS = 
+libmonoutilsinclude_HEADERS = \
+       monobitset.h    \
+       mono-codeman.h  \
+       mono-digest.h   \
+       mono-logger.h   \
+       mono-hash.h     \
+       mono-math.h     \
+       mono-uri.h      \
+       mono-poll.h
 
 EXTRA_DIST = ChangeLog