mirror of
https://github.com/php/php-src.git
synced 2026-04-19 05:51:02 +02:00
7 lines
141 B
Makefile
7 lines
141 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LTLIBRARIES=libphpext_msql.la
|
|
libphpext_msql_la_SOURCES=php_msql.c
|
|
|