Install pkgconfig files for libraries (bug #370).
authorChristoph Junghans <junghans@mpip-mainz.mpg.de>
Fri, 26 Feb 2010 14:32:04 +0000 (15:32 +0100)
committerTeemu Murtola <teemu.murtola@cbr.su.se>
Fri, 26 Feb 2010 14:32:04 +0000 (15:32 +0100)
commitb864fe042787ad1aff41cb22019d6a4f84405661
tree4dc924ae2d55ea51a234f04dabf62eab33d7899f
parent0366f83d2cf835e2713684c00978adebd937fde3
Install pkgconfig files for libraries (bug #370).

Applied the patch from bugzilla. As noted in the bugzilla discussion,
the Libs.private fields currently contain several unused libraries,
which could be removed by splitting the @LIBS@ autoconf variable into
more specific libraries.
.gitignore
configure.ac
src/gmxlib/Makefile.am
src/gmxlib/libgmx.pc.in [new file with mode: 0644]
src/kernel/Makefile.am
src/kernel/libgmxpreprocess.pc.in [new file with mode: 0644]
src/mdlib/Makefile.am
src/mdlib/libmd.pc.in [new file with mode: 0644]
src/tools/Makefile.am
src/tools/libgmxana.pc.in [new file with mode: 0644]