mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
6 lines
136 B
Makefile
6 lines
136 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_mysql.a
|
|
libphpext_mysql_a_SOURCES=mysql.c
|
|
|