diff options
author | Tor Lillqvist <tml@src.gnome.org> | 2005-08-05 09:07:03 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-08-05 09:07:03 +0000 |
commit | 8cc1c4c35ddae1762e5027a14d9015c7789d5cd0 (patch) | |
tree | 31d5eb7e117d6c77cb835f6e0a8b6dd2885c7eb8 | |
parent | 2f9982c20dfe49e3fd04411c37b3e45e70cfff71 (diff) | |
download | pango-8cc1c4c35ddae1762e5027a14d9015c7789d5cd0.tar.gz |
Forgot libpangocairo-1.0.dll.a.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 2 | ||||
-rwxr-xr-x | pango-zip.sh.in | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -3,7 +3,7 @@ * pango-zip.sh.in: Add pangocairo files. Get the DLLs from "bin" unconditionally, that's where libtool installs them since a long time. - + * pango/Makefile.am (install-def-files, uninstall-def-files): Install/uninstall also pangocairo .def and .lib files. diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 452cfdbe..49ce55be 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -3,7 +3,7 @@ * pango-zip.sh.in: Add pangocairo files. Get the DLLs from "bin" unconditionally, that's where libtool installs them since a long time. - + * pango/Makefile.am (install-def-files, uninstall-def-files): Install/uninstall also pangocairo .def and .lib files. diff --git a/pango-zip.sh.in b/pango-zip.sh.in index f055d414..f48be9d0 100755 --- a/pango-zip.sh.in +++ b/pango-zip.sh.in @@ -31,6 +31,7 @@ lib/pangoft2-@PANGO_API_VERSION@.def lib/libpangowin32-@PANGO_API_VERSION@.dll.a lib/pangowin32-@PANGO_API_VERSION@.lib lib/pangowin32-@PANGO_API_VERSION@.def +lib/libpangocairo-@PANGO_API_VERSION@.dll.a lib/pangocairo-@PANGO_API_VERSION@.lib lib/pangocairo-@PANGO_API_VERSION@.def lib/pkgconfig/pango.pc |