diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index fb7ab687..1b2c0599 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,6 @@ SUBDIRS= pango modules examples docs tools tests EXTRA_DIST = \ - pango.spec.in \ pango.pc.in \ pangox.pc.in \ pangoxft.pc.in \ @@ -38,9 +37,6 @@ endif pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = pango.pc $(X_PC) $(XFT_PC) $(FT2_PC) $(WIN32_PC) -dist-hook: pango.spec - cp pango.spec $(distdir) - # This is a version of the automake-1.4 distcheck rule modified # to pass --enable-gtk-doc to ./configure # |