summaryrefslogtreecommitdiffstats
path: root/Misc/python.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Final patch for issue 9807.Barry Warsaw2010-11-241-2/+2
|
* One more change for issue 9807, by Matthias Klose.Barry Warsaw2010-10-181-1/+1
| | | | | This adds $ABIFLAGS to the static library, since it should match the shared library name. Also, include the abiflags in python-config --libs.
* Merged revisions 72898 via svnmerge fromAntoine Pitrou2009-05-241-0/+13
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72898 | antoine.pitrou | 2009-05-24 22:23:57 +0200 (dim., 24 mai 2009) | 6 lines Issue #3585: Add pkg-config support. It creates a python-2.7.pc file and a python.pc symlink in the $(LIBDIR)/pkgconfig directory. Patch by Clinton Roy. ........