absyntax/Makefile.am
author Andrey Skvortsov <andrej.skvortzov@gmail.com>
Wed, 25 Jan 2017 18:29:55 +0000
changeset 1031 ce026aee03e0
parent 353 17bffb57a8c5
permissions -rw-r--r--
fix compilation of SFC transitions written in IL (compiler was entering endless loop)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc