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 - SDL_config_*.h files installed with 'make install' target
Summary: SDL_config_*.h files installed with 'make install' target
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: 1.2.11
Hardware: All All
: P1 minor
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-10 11:33 UTC by Patrice Mandin
Modified: 2007-06-14 22:41 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!