From a2276107ab211783669daa1ff47be50f96eef2dc Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Tue, 21 Dec 1999 22:58:04 +0000 Subject: Some cleanup --- ext/Makefile.am | 1 - ext/dbase/Makefile.am | 1 - ext/gd/Makefile.am | 1 - ext/odbc/Makefile.am | 1 - ext/standard/Makefile.am | 1 - 5 files changed, 5 deletions(-) (limited to 'ext') diff --git a/ext/Makefile.am b/ext/Makefile.am index 49372bc0d3..6bad8560f8 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in SUBDIRS = @EXT_SUBDIRS@ diff --git a/ext/dbase/Makefile.am b/ext/dbase/Makefile.am index 0805cabe74..ddce0d08db 100644 --- a/ext/dbase/Makefile.am +++ b/ext/dbase/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in -*- makefile -*- noinst_LTLIBRARIES=libphpext_dbase.la libphpext_dbase_la_SOURCES=dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c diff --git a/ext/gd/Makefile.am b/ext/gd/Makefile.am index fca3e4c513..2d0c72800b 100644 --- a/ext/gd/Makefile.am +++ b/ext/gd/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in SRC=gd.c gdcache.c gdttf.c noinst_LTLIBRARIES=@GD_STATIC@ diff --git a/ext/odbc/Makefile.am b/ext/odbc/Makefile.am index 588eaac94e..62a04c8fa2 100644 --- a/ext/odbc/Makefile.am +++ b/ext/odbc/Makefile.am @@ -1,3 +1,2 @@ -## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES=libphpext_odbc.la libphpext_odbc_la_SOURCES=php_odbc.c velocis.c diff --git a/ext/standard/Makefile.am b/ext/standard/Makefile.am index 6191a23f2a..aa1bb5162b 100644 --- a/ext/standard/Makefile.am +++ b/ext/standard/Makefile.am @@ -1,4 +1,3 @@ -## Process this file with automake to produce Makefile.in noinst_LTLIBRARIES=libphpext_standard.la libphpext_standard_la_SOURCES=\ array.c base64.c basic_functions.c browscap.c crypt.c cyr_convert.c datetime.c \ -- cgit v1.2.1