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/dbase | |
parent | fc4b7bac9c3bad985827fa760264c29781cd495a (diff) | |
download | php-git-a493cdc92c69b8e9c8e2453d78e04325060fe79c.tar.gz |
Large test commit II
Diffstat (limited to 'ext/dbase')
-rw-r--r-- | ext/dbase/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/dbase/Makefile.in b/ext/dbase/Makefile.in index 0fe66dbda4..c8f00c1499 100644 --- a/ext/dbase/Makefile.in +++ b/ext/dbase/Makefile.in @@ -3,3 +3,5 @@ LTLIBRARY_NAME = libdbase.la LTLIBRARY_SOURCES = dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c include $(top_srcdir)/build/dynlib.mk + + |