Updated lists of headers in some Makefile.am (thanks to Claude Dion for pointing this out)

While there, changed the presentations of source and headers (1 per line with \)
This commit is contained in:
evomarc 2003-09-20 05:42:23 +00:00
commit bc1e98a65a
3 changed files with 62 additions and 10 deletions

View file

@ -5,4 +5,10 @@
###############################################################################
libeoincdir = $(includedir)/eo/gp
libeoinc_HEADERS = eoParseTree.h node_pool.h parse_tree.h eoParseTreeDepthInit.h eoParseTreeOp.h
libeoinc_HEADERS = eoParseTreeDepthInit.h \
eoParseTree.h \
eoParseTreeOp.h \
eoStParseTreeDepthInit.h \
eoStParseTreeOp.h \
node_pool.h \
parse_tree.h