absyntax/Makefile.am
author mjsousa
Wed, 06 Aug 2014 10:43:15 +0100
changeset 920 4369ce5e687f
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix bug (introduced a few commits ago) when generating SFC actions that are mapped onto variables --> Make generate_sfcdecl_c stateless (i.e. does not depend on order by which it is called).
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc