diff options
author | Sascha Schumann <sas@php.net> | 2000-05-01 22:04:52 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-01 22:04:52 +0000 |
commit | 0d36199cf991792369517ef38d714ae21d222671 (patch) | |
tree | 73af91f31525a8c35c521f4445ba854a347b913e /ext/mysql | |
parent | de2cea47c0840a58dc3ed29c3426e81eb0358d5a (diff) | |
download | php-git-0d36199cf991792369517ef38d714ae21d222671.tar.gz |
Large test commit IV
Diffstat (limited to 'ext/mysql')
-rw-r--r-- | ext/mysql/Makefile.in | 1 | ||||
-rw-r--r-- | ext/mysql/libmysql/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ext/mysql/Makefile.in b/ext/mysql/Makefile.in index 3ebb02ff47..fd5dc080fa 100644 --- a/ext/mysql/Makefile.in +++ b/ext/mysql/Makefile.in @@ -11,3 +11,4 @@ include $(top_srcdir)/build/dynlib.mk + diff --git a/ext/mysql/libmysql/Makefile.in b/ext/mysql/libmysql/Makefile.in index f363cfc7fa..7208caa5f7 100644 --- a/ext/mysql/libmysql/Makefile.in +++ b/ext/mysql/libmysql/Makefile.in @@ -17,3 +17,4 @@ include $(top_srcdir)/build/dynlib.mk + |