We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 361

Summary: SDL_config_*.h files installed with 'make install' target
Product: SDL Reporter: Patrice Mandin <patmandin>
Component: buildAssignee: 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
Hello,

I noticed all SDL_config*.h files are part of the install target, but I don't think they are needed. They are only used when compiling SDL, not for use by SDL applications.
Comment 1 Ryan C. Gordon 2007-06-02 13:58:59 UTC
Bumping a bunch of bugs to Priority 1 for consideration for the 1.2.12 release.

--ryan.

Comment 2 Patrice Mandin 2007-06-10 05:14:04 UTC
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.
Comment 3 Sam Lantinga 2007-06-14 22:41:56 UTC
This is fixed for 1.2.12 release.  Thanks!