diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2007-08-06 17:24:44 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2007-08-06 17:24:44 -0400 |
commit | 7b3c9cef49cdedef03112054925005fa21120bd5 (patch) | |
tree | 0725628f27992fc0c57db2532046cd49c0c59be7 /Makefile.am | |
parent | 19c46bf18b9cf6694fa3de9c836a3d1eed6c6dac (diff) |
Change the library name to pixman-1
Set the soname to something based on the library version.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 25be5f3..70035a1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = pixman test pkgconfigdir=$(libdir)/pkgconfig -pkgconfig_DATA=pixman.pc +pkgconfig_DATA=pixman-1.pc -$(pkgconfig_DATA): pixman.pc.in +$(pkgconfig_DATA): pixman-1.pc.in |