commit | a9c97c5f2a9b880d01336a23134600e4b34429d0 | [log] [tgz] |
---|---|---|
author | Tom Fogal <tfogal@alumni.unh.edu> | Wed Apr 29 10:32:46 2009 -0600 |
committer | Dan Nicholson <dbn.lists@gmail.com> | Wed Apr 29 12:15:07 2009 -0700 |
tree | e9076fdd84cfbf34984ba493e3cc3dbeecc6eb5a | |
parent | 66f978625685d83b04c32b19b62c3cb8c0d25f74 [diff] |
Use variable library name in pkg-config output. Previously the pkg-config output files would contain e.g. `-lGL' and `-lGLU', even if the user modified their configuration to build libraries with different names. This modifies the pkg-config inputs, and corresponding makery, so that modifying the output library name will cause the appropriate updated name to appear in the pkg-config `-l' option. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>