diff options
author | Sascha Schumann <sas@php.net> | 2000-05-01 21:57:01 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-05-01 21:57:01 +0000 |
commit | a493cdc92c69b8e9c8e2453d78e04325060fe79c (patch) | |
tree | 95f2cdea7c6915f0e42b6b3548dc6180ea58d1e8 /ext/icap | |
parent | fc4b7bac9c3bad985827fa760264c29781cd495a (diff) | |
download | php-git-a493cdc92c69b8e9c8e2453d78e04325060fe79c.tar.gz |
Large test commit II
Diffstat (limited to 'ext/icap')
-rw-r--r-- | ext/icap/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/icap/Makefile.in b/ext/icap/Makefile.in index 5965ec0272..fa800b527b 100644 --- a/ext/icap/Makefile.in +++ b/ext/icap/Makefile.in @@ -3,3 +3,5 @@ LTLIBRARY_NAME = libicap.la LTLIBRARY_SOURCES = php_icap.c include $(top_srcdir)/build/dynlib.mk + + |