mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
6094128afe
dbase programs are no longer included
6 lines
245 B
Makefile
6 lines
245 B
Makefile
## Process this file with automake to produce Makefile.in -*- makefile -*-
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_dbase.a
|
|
libphpext_dbase_a_SOURCES=dbf_head.c dbf_rec.c dbf_misc.c dbf_ndx.c dbase.c
|
|
|