absyntax/Makefile.am
author mjsousa
Wed, 11 May 2016 19:38:31 +0100
changeset 1013 d41dc551a326
parent 353 17bffb57a8c5
permissions -rw-r--r--
Delete the YY_NO_UNPUT define, as we do use the unput() function.
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc