absyntax/Makefile.am
author mjsousa
Sun, 19 Oct 2014 11:53:36 +0100
changeset 937 887e7d90445a
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix bug with multple dereferencing (bool_var := bool_ptr_ptr^^;)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc