|
specifying include directory: msg#00055sysutils.automake.general
I've got a package which contains many libraries, each with headers that should be installed a subdirectory of includedir. For example in the Makefile.am for library "foo", I have: include_HEADERS = foo.h ... In the Makefile.am for library "bar", I have: include_HEADERS = bar.h ... I would like to install the headers in $(includedir)/foo and $(includedir)/bar. I think that explicitly setting installdir to @includedir@/foo, etc. in the Makefile.am's will work --- but before I do that I thought I'd ask whether there a recommended best practice for this? --jtc -- J.T. Conklin |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [OT] Survey about FS/OS developers: 00055, Frauke Lehmann |
|---|---|
| Next by Date: | GNU Automake 1.9.1 released: 00055, Alexandre Duret-Lutz |
| Previous by Thread: | [OT] Survey about FS/OS developersi: 00055, Frauke Lehmann |
| Next by Thread: | Re: specifying include directory: 00055, J.T. Conklin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |