summaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-03-13 16:18:32 +0100
committerAnton Khirnov <anton@khirnov.net>2015-03-13 16:18:32 +0100
commit4c3e87be47e4131b42a2a6dccf43f233694257d1 (patch)
tree62b5e46388e69c35b973cbc19b382f1e6bc74c69 /src/make.code.defn
parent11272e93ce2e5a39e7cd197e111fa3aa86f7f15e (diff)
Split off registration of methods/variables.
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index a5091a4..629817b 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,7 +1,7 @@
# Main make.code.defn file for thorn MaximalSlicingAxi
# Source files in this directory
-SRCS = basis.c maximal_slicing_axi.c
+SRCS = basis.c maximal_slicing_axi.c register.c
# Subdirectories containing source files
SUBDIRS =