vnmakarov / yaep

Yet Another Earley Parser
Other
135 stars 13 forks source link

Install header files in separate subdirectory #13

Closed TheCount closed 5 years ago

TheCount commented 5 years ago

Currently, make install installs three header files, allocate.h, cocom-config.h, and yaep.h, directly under /usr/local/include. Especially allocate.h and cocom-config.h might clash with headers of the same name from other packages, so I propose to create a dedicated subdirectory /usr/local/include/yaep/ and put all the headers there.