-
-
Notifications
You must be signed in to change notification settings - Fork 418
install additional headers needed to compile against libprojectm #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install additional headers needed to compile against libprojectm #53
Conversation
Makefile.am
Outdated
| src/libprojectM/Renderer/projectM.cg | ||
|
|
||
| # system headers/libraries/data to install | ||
| include_HEADERS = config.h |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
|
||
| # system headers/libraries/data to install | ||
| include_HEADERS = projectM.hpp | ||
| include_HEADERS = projectM.hpp Common.hpp dlldefs.h event.h fatal.h PCM.hpp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So Common.hpp includes config.h as of 4/5. Commit log says "Add FTGL configure flag". I can remove config.h from Common.hpp but I would break whatever was being tried with the FTGL configure flag. For places that need this flag, could we include config.h at the lower level files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that sounds like a fine idea, yes 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
install additional headers needed to compile against libprojectm
install additional headers needed to compile against libprojectm