mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02: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
|
|
|