fixing makefiles
This commit is contained in:
parent
1fe3a72e10
commit
5fe7510807
15 changed files with 153 additions and 307 deletions
8
eo/src/gp/Makefile.am
Normal file
8
eo/src/gp/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
###############################################################################
|
||||
##
|
||||
## Makefile.am for eo/src/gp
|
||||
##
|
||||
###############################################################################
|
||||
|
||||
libeoincdir = $(includedir)/eo/gp
|
||||
libeoinc_HEADERS = eoParseTree.h node_pool.h parse_tree.h
|
||||
Reference in a new issue