Mercurial > hg > octave-lyh
diff src/parse-tree/module.mk @ 15108:28ffdc42b550 classdef
maint: periodic merge of default to classdef
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Sun, 05 Aug 2012 09:20:57 -0400 |
parents | 7c7b9ea23a86 03381a36f70d |
children |
line wrap: on
line diff
--- a/src/parse-tree/module.mk +++ b/src/parse-tree/module.mk @@ -46,7 +46,7 @@ parse-tree/pt-walk.h \ parse-tree/pt.h \ parse-tree/token.h \ - $(PARSER_INCLUDES) + $(PARSER_INCLUDES) PARSE_TREE_SRC = \ parse-tree/pt-arg-list.cc \ @@ -78,7 +78,7 @@ parse-tree/pt-unop.cc \ parse-tree/pt.cc \ parse-tree/token.cc \ - $(PARSER_SRC) + $(PARSER_SRC) ## Special rules for sources which must be built before rest of compilation. @@ -92,3 +92,6 @@ mv $@-t $@ rm -f $@-t1 +noinst_LTLIBRARIES += parse-tree/libparse-tree.la + +parse_tree_libparse_tree_la_SOURCES = $(PARSE_TREE_SRC)