cvs: gd /libgd/src Makefile.am

[email protected] ("Pierre-Alain Joye") Sat, 10 May 2008 20:31:37 -0000
Newsgroups php.gd.cvs
Message-ID <cvspajoye1210451497@cvsserver>
pajoye		Sat May 10 20:31:37 2008 UTC

  Modified files:              
    /gd/libgd/src	Makefile.am 
  Log:
  - removed unused part (moved to /Makefile.am)
  
  
http://cvs.php.net/viewvc.cgi/gd/libgd/src/Makefile.am?r1=1.10&r2=1.11&diff_format=u
Index: gd/libgd/src/Makefile.am
diff -u gd/libgd/src/Makefile.am:1.10 gd/libgd/src/Makefile.am:1.11
--- gd/libgd/src/Makefile.am:1.10	Sat Nov  3 10:40:14 2007
+++ gd/libgd/src/Makefile.am	Sat May 10 20:31:37 2008
@@ -1,17 +1,13 @@
 ## Process this file with automake to produce Makefile.in -*-Makefile-*-
 AUTOMAKE_OPTIONS = foreign 1.7
 
-ACLOCAL_AMFLAGS = -I config
-
-SUBDIRS = config test
-
 bin_PROGRAMS = annotate gdparttopng gdtopng gd2copypal gd2topng pngtogd pngtogd2 webpng gd2togif gdcmpgif giftogd2
 
-bin_SCRIPTS = bdftogd config/gdlib-config
+bin_SCRIPTS = bdftogd
 
 noinst_PROGRAMS = fontsizetest fontwheeltest gdtest gddemo gd2time gdtestft testac circletexttest testtr fontconfigtest gifanimtest
 
-EXTRA_DIST = README-JPEG.TXT README.TXT configure.pl bdftogd demoin.png err.out index.html install-item makefile.sample readme.jpn entities.html entities.tcl
+EXTRA_DIST = bdftogd demoin.png index.html entities.html entities.tcl
 
 include_HEADERS = gd.h gdfx.h gd_io.h gdcache.h gdfontg.h gdfontl.h gdfontmb.h gdfonts.h gdfontt.h entities.h
 
@@ -25,6 +21,3 @@
 
 LDADD = ./libgd.la $(LIBICONV)
 
-dist-zip: distdir
-	zip -qr $(distdir).zip $(distdir)
-	$(am__remove_distdir)