fix installation, dist-preparation
This commit is contained in:
parent
495057c341
commit
51471804cd
18 changed files with 110 additions and 80 deletions
|
|
@ -1,14 +1,11 @@
|
|||
###############################################################################
|
||||
##
|
||||
## Makefile.am for eo/src/gp
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
libeoincdir = $(includedir)/eo/gp
|
||||
libeoinc_HEADERS = eoParseTreeDepthInit.h \
|
||||
eoParseTree.h \
|
||||
eoParseTreeOp.h \
|
||||
eoStParseTreeDepthInit.h \
|
||||
eoStParseTreeOp.h \
|
||||
node_pool.h \
|
||||
parse_tree.h
|
||||
gpincludedir = $(pkgincludedir)/gp
|
||||
|
||||
gpinclude_HEADERS = eoParseTreeDepthInit.h \
|
||||
eoParseTree.h \
|
||||
eoParseTreeOp.h \
|
||||
eoStParseTreeDepthInit.h \
|
||||
eoStParseTreeOp.h \
|
||||
node_pool.h \
|
||||
parse_tree.h
|
||||
|
|
|
|||
Reference in a new issue