diff options
author | Yang Tse <yangsita@gmail.com> | 2008-06-09 01:06:48 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-06-09 01:06:48 +0000 |
commit | 6cd007838dcb16573c89a39fadaf56b9a76196b9 (patch) | |
tree | f99fd437e952ca17bdab3a3d4a8730ec1f79ec2b /ares/CHANGES | |
parent | 72870e2c57bef41bb629e092e6d8eef0361d9ab1 (diff) |
fix pkg-config reporting of private libraries needed for static linking
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index af7e57e62..d1f2de800 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,10 @@ Changelog for the c-ares project +* Jun 9 2008 (Yang Tse) + +- Make libcares.pc generated file for pkg-config include information relative + to the libraries needed for the static linking of c-ares. + * May 30 2008 (Yang Tse) - Brad House fixed a missing header file inclusion in adig sample program. |