New test.
[mono.git] / mono / utils / Makefile.am
index 17d4924a16d2d23689ee2dd47ad8c3e47f911263..0ddf022bdcdd15a254a530a43021388d00fbaa59 100644 (file)
@@ -1,23 +1,34 @@
 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_la_SOURCES = \
        mono-hash.c     \
        mono-md5.c      \
        mono-sha1.c     \
        mono-logger.c   \
+       mono-codeman.c  \
+       mono-compiler.h \
        monobitset.c    \
+       mono-math.c  \
        strtod.h        \
-       strtod.c
+       strtod.c        \
+       strenc.h        \
+       strenc.c        \
+       mono-uri.c      \
+       mono-poll.c
 
 libmonoutilsincludedir = $(includedir)/mono/utils
 
 libmonoutilsinclude_HEADERS = \
        monobitset.h    \
+       mono-codeman.h  \
        mono-digest.h   \
        mono-logger.h   \
-       mono-hash.h
+       mono-hash.h     \
+       mono-math.h     \
+       mono-uri.h      \
+       mono-poll.h
 
 EXTRA_DIST = ChangeLog