absyntax/Makefile.am
author mjsousa
Fri, 26 Dec 2014 16:36:06 +0000
changeset 974 a47c2df5ae3d
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix previous commit (symtable operator[] must return a reference to the stored value!)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc