2004-05-27 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mono / os / Makefile.am
index a2ea878301ba6d5a6c33e6090a3f40fb33ea0502..cdf8e46c4bd18c0984090f4adc1cd214e231670e 100644 (file)
@@ -1,10 +1,20 @@
+DIST_SUBDIRS = unix win32
+
+INCLUDES = -I$(top_srcdir)
+
+noinst_LTLIBRARIES = libmonoos.la
+
 if PLATFORM_WIN32
-SUBDIRS = win32
+DIR=win32
 else
-SUBDIRS = unix
+DIR=unix
 endif
 
-EXTRA_DIST = util.h
+SUBDIRS = $(DIR)
+
+libmonoos_la_SOURCES = \
+       util.h \
+       gc_wrapper.h
+
+libmonoos_la_LIBADD = $(DIR)/libmonoos.la
 
-all:
-       cp */*.a .
\ No newline at end of file