aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/Makefile.in
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-23 08:28:49 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-23 08:28:49 +0000
commit5ec0094982b5c45d9d539e7bf9a9136aa40a9865 (patch)
treecbd1a63a013a3eb31e1a62ecc97b9ec0315f2102 /src/algebra/Makefile.in
parent1d7938f6285b49350cef28838d1cf8744a4ef546 (diff)
downloadopen-axiom-5ec0094982b5c45d9d539e7bf9a9136aa40a9865.tar.gz
* algebra/any.spad.pamphlet (Maybe): New domain.
* algebra/exposed.lsp.pamphlet: Expose it. * algebra/Makefile.pamphlet (axiom_algebra_layer_1): Include MAYBE.
Diffstat (limited to 'src/algebra/Makefile.in')
-rw-r--r--src/algebra/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
index 14a4c8db..d0169a63 100644
--- a/src/algebra/Makefile.in
+++ b/src/algebra/Makefile.in
@@ -376,7 +376,7 @@ axiom_algebra_layer_1 = \
PATAB PPCURVE PSCURVE REAL RESLATC RETRACT \
RETRACT- SEGCAT BINDING SYNTAX BMODULE LOGIC \
LOGIC- EVALAB EVALAB- FEVALAB FEVALAB- BYTE \
- OSGROUP
+ OSGROUP MAYBE
axiom_algebra_layer_1_nrlibs = \
$(addsuffix .NRLIB/code.$(FASLEXT),$(axiom_algebra_layer_1))