absyntax/Makefile.am
author edouard
Sat, 18 May 2013 16:35:41 +0900
changeset 819 5aef7d20b0fc
parent 353 17bffb57a8c5
permissions -rw-r--r--
Missing braces arround extern declarartions in __SET_EXTERNAL define was making problem with GCC in switch case statements
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc