]> git.llucax.com Git - software/dgc/cdgc.git/blobdiff - Makefile
Allow mapping shared memory to allocate bitsets
[software/dgc/cdgc.git] / Makefile
index b41b9a0adb45f98cde55fea98c01f1507a2d0376..736862e0b52204ff1b9833e4333e7fac1d02821c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,12 +31,14 @@ LD_OUTPUT_OPTION = -o $@
 #LDFLAGS :=
 
 # GC sources
-sources := \
-       gc/iface.d \
-       gc/alloc.d \
-       gc/bits.d \
-       gc/stats.d \
-       gc/gc.d
+sources := $(addprefix rt/gc/cdgc/,\
+       iface.d \
+       alloc.d \
+       bits.d \
+       stats.d \
+       libc.d \
+       gc.d \
+       )
 
 # Default target
 all: $B/cdgc.so