absyntax/Makefile.am
author mjsousa
Sun, 16 Feb 2014 14:27:06 +0000
changeset 868 23f271534a7c
parent 353 17bffb57a8c5
permissions -rw-r--r--
Fix the state machine that became broken 2 commits ago (when adding support for nested comments)
include ../common.mk

lib_LIBRARIES = libabsyntax.a

libabsyntax_a_SOURCES = \
	absyntax.cc \
	visitor.cc