]> git.llucax.com Git - software/dgc/cdgc.git/blobdiff - Makefile
Use a DynArray to store the memory pools
[software/dgc/cdgc.git] / Makefile
index 32232ef218aca16d062661c683ce6d2ad97bebd0..736862e0b52204ff1b9833e4333e7fac1d02821c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,13 +31,14 @@ LD_OUTPUT_OPTION = -o $@
 #LDFLAGS :=
 
 # GC sources
 #LDFLAGS :=
 
 # GC sources
-sources := \
-       gc/iface.d \
-       gc/alloc.d \
-       gc/bits.d \
-       gc/stats.d \
-       gc/libc.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
 
 # Default target
 all: $B/cdgc.so