aboutsummaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2017-01-15 09:14:39 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2017-01-15 09:14:39 -0800
commitcea95f2cc443a5bee5cb69476ae73fd99d32fc0d (patch)
treeca8765a4f777fbc131423b13e17ca2be56b6a251 /src/lib
parent77be242e6af75148771620fcbbaad191d1c11b60 (diff)
downloadopen-axiom-cea95f2cc443a5bee5cb69476ae73fd99d32fc0d.tar.gz
Add s-expression parsing to libopen-axiom-core.a
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/Makefile.in b/src/lib/Makefile.in
index aeecfabf..fecb62bd 100644
--- a/src/lib/Makefile.in
+++ b/src/lib/Makefile.in
@@ -30,14 +30,15 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
core_SOURCES = \
bsdsignal.cxx \
cfuns-c.cxx \
sockio-c.cxx \
+ ../utils/storage.cxx \
../io/std-streams.cxx \
../io/InputFragment.cxx \
../syntax/token.cxx \
+ ../syntax/sexpr.cxx \
../syntax/Parser.cxx
terminal_io_SOURCES = cursor.c edin.c fnct_key.c openpty.c prt.c wct.c