absyntax/Makefile.am
author Paul Beltyukov <beltyukov.p.a@gmail.com>
Tue, 09 May 2017 21:46:44 +0100
changeset 1051 e483512edbeb
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix bug: allow global variables of type DT (initial values for DT are not const!)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc