diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2017-01-15 09:14:39 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2017-01-15 09:14:39 -0800 |
commit | cea95f2cc443a5bee5cb69476ae73fd99d32fc0d (patch) | |
tree | ca8765a4f777fbc131423b13e17ca2be56b6a251 /src/lib | |
parent | 77be242e6af75148771620fcbbaad191d1c11b60 (diff) | |
download | open-axiom-cea95f2cc443a5bee5cb69476ae73fd99d32fc0d.tar.gz |
Add s-expression parsing to libopen-axiom-core.a
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/Makefile.in | 3 |
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 |