mirror of
https://github.com/php/php-src.git
synced 2024-12-12 03:15:29 +08:00
7 lines
127 B
Makefile
7 lines
127 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_db.a
|
|
libphpext_db_a_SOURCES=db.c
|
|
|