diff options
author | Alexander Larsson <alla@lysator.liu.se> | 2001-01-05 13:52:07 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-01-05 13:52:07 +0000 |
commit | cfeef42ca84e57542052ac489766b02a2a5fce8f (patch) | |
tree | 3ef024dbcc17cc0f7fedc12438c73268c52291ba /Makefile.am | |
parent | 383df0f5f21ec28971ac5e2c55211adf4159c521 (diff) | |
download | pango-cfeef42ca84e57542052ac489766b02a2a5fce8f.tar.gz |
Add pangoft2.pc
2001-01-05 Alexander Larsson <alla@lysator.liu.se>
* .cvsignore: Add pangoft2.pc
* Makefile.am:
* configure.in:
Build and install pangoft2.pc
* pangoft2.pc:
New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 71d3ac1c..a55e35d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ EXTRA_DIST = \ pango.pc.in \ pangox.pc.in \ pangoxft.pc.in \ + pangoft2.pc.in \ TODO.xml \ README.win32 @@ -14,8 +15,12 @@ if HAVE_XFT XFT_PC=pangoxft.pc endif +if HAVE_FREETYPE +FT2_PC=pangoft2.pc +endif + pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = pango.pc pangox.pc $(XFT_PC) +pkgconfig_DATA = pango.pc pangox.pc $(XFT_PC) $(FT2_PC) dist-hook: pango.spec cp pango.spec $(distdir) |