diff -r b826f13c260e -r 7a11f9e9e703 stage3/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/stage3/Makefile.am Thu Sep 08 20:25:00 2011 +0200 @@ -0,0 +1,8 @@ +include ../common.mk + +lib_LIBRARIES = libstage3.a + +libstage3_a_SOURCES = \ + stage3.cc \ + visit_expression_type.cc +