absyntax/Makefile.am
author laurent
Fri, 03 Feb 2012 00:09:52 +0100
changeset 399 55b074ea7255
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix bug with functions like LEN and TRUNC that have overloaded return type for same inputs type
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc