absyntax/Makefile.am
author mjsousa
Wed, 21 Aug 2013 21:34:43 +0100
changeset 839 99d9ef4d210b
parent 353 17bffb57a8c5
permissions -rw-r--r--
Small code cleanup (move common code to a function)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc