| Summary: | SDL_config_*.h files installed with 'make install' target | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Patrice Mandin <patmandin> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P1 | ||
| Version: | 1.2.11 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Patrice Mandin
2006-11-10 11:33:10 UTC
Bumping a bunch of bugs to Priority 1 for consideration for the 1.2.12 release. --ryan. From Makefile.in, install-hdrs target install all .h files from include directory. Besides the SDL_config_*.h files, maybe SDL_copying.h should also not be needed, as it's a template for SDL copyright notice. Should be easy to create a variable holding the list of all .h files to be installed. This is fixed for 1.2.12 release. Thanks! |