[pypy-commit] stmgc c7: update duhton makefile

Remi Meier noreply at buildbot.pypy.org
Wed Jan 22 14:41:36 CET 2014


Author: Remi Meier
Branch: c7
Changeset: r669:e3f4b5c27027
Date: 2014-01-22 14:41 +0100
http://bitbucket.org/pypy/stmgc/changeset/e3f4b5c27027/

Log:	update duhton makefile

diff --git a/duhton/Makefile b/duhton/Makefile
--- a/duhton/Makefile
+++ b/duhton/Makefile
@@ -2,6 +2,9 @@
 C7SOURCES = ../c7/core.c \
             ../c7/pagecopy.c \
             ../c7/list.c \
+            ../c7/pages.c \
+            ../c7/nursery.c \
+            ../c7/stmsync.c \
             ../c7/reader_writer_lock.c
 
 C7HEADERS = ../c7/*.h


More information about the pypy-commit mailing list