summaryrefslogtreecommitdiff
path: root/src/context/Makefile.am
diff options
context:
space:
mode:
authorClark Barrett <barrett@cs.nyu.edu>2009-12-15 18:20:31 +0000
committerClark Barrett <barrett@cs.nyu.edu>2009-12-15 18:20:31 +0000
commit7cc208713f373ee83946b9d53a9c405bfec9e107 (patch)
tree1843a7b1443f4ed879ebaed48d92bb9359e3e4ba /src/context/Makefile.am
parent094e37d8879834c7bd30452f841953293a5e2825 (diff)
Added context_mm (haven't tested compilation yet...)
Diffstat (limited to 'src/context/Makefile.am')
-rw-r--r--src/context/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/context/Makefile.am b/src/context/Makefile.am
index eac088a9f..e38f7f4eb 100644
--- a/src/context/Makefile.am
+++ b/src/context/Makefile.am
@@ -6,4 +6,7 @@ noinst_LTLIBRARIES = libcontext.la
libcontext_la_SOURCES = \
context.cpp \
- context.h
+ context.h \
+ context_mm.cpp \
+ context_mm.h
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback