holocronweaver / ogre-procedural-old

Automatically exported from code.google.com/p/ogre-procedural
0 stars 0 forks source link

Wrong install paths for include files #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the install target install include here: /usr/include/

This leads to paths like /usr/include/Procedural.h which clutters up 
/usr/include/

Don't do that. Put them in a subdir.

I attached a patch which fixes that behavior and puts it in a path searched by 
your Find file.

Original issue reported on code.google.com by svenst...@gmail.com on 24 Jul 2011 at 8:27

Attachments:

GoogleCodeExporter commented 8 years ago
Ok, I initially thought Ogre would do that because there was an OGRE and an OIS 
subdir, so I skipped that...
But I understand it makes sense for linux... will fix

Original comment by michael.broutin@gmail.com on 25 Jul 2011 at 12:11

GoogleCodeExporter commented 8 years ago

Original comment by michael.broutin@gmail.com on 25 Jul 2011 at 12:11

GoogleCodeExporter commented 8 years ago

Original comment by michael.broutin@gmail.com on 29 Jul 2011 at 4:50

GoogleCodeExporter commented 8 years ago
Committed fix for that

Original comment by RoR...@googlemail.com on 1 Aug 2011 at 4:10