diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2009-06-10 23:28:57 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2009-06-10 23:28:57 -0400 |
commit | 64aaa40a1ff2e80cb9eb36eabf8f5839641c7630 (patch) | |
tree | c6ee51164cad00d30b8a250f12113107cc9506a5 /pango/Makefile.am | |
parent | 0fd3bb3036fb2621c5a0f80e3a9d495b84b30449 (diff) | |
download | pango-64aaa40a1ff2e80cb9eb36eabf8f5839641c7630.tar.gz |
Bug 585337 – Fails to install: install: will not overwrite just-created
`/home/yavor/gnome-trunk/include/pango-1.0/pango/pango-ot.h' with `pango-ot.h'
Remove duplicate entry for pango-ot.h.
Diffstat (limited to 'pango/Makefile.am')
-rw-r--r-- | pango/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/Makefile.am b/pango/Makefile.am index a49a18fa..9c3bcbbe 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -314,7 +314,7 @@ lib_LTLIBRARIES += libpangoxft-1.0.la BUILT_GIRSOURCES += PangoXft-1.0.gir endif -pangoxft_headers = pangoxft.h pangoxft-render.h pango-ot.h +pangoxft_headers = pangoxft.h pangoxft-render.h libpangoxft_1_0_la_LDFLAGS = $(LIBRARY_LIBTOOL_OPTIONS) libpangoxft_1_0_la_LIBADD = \ |