mirror of
https://github.com/php/php-src.git
synced 2024-12-04 23:34:25 +08:00
7 lines
154 B
Makefile
7 lines
154 B
Makefile
# $Id$
|
|
|
|
INCLUDES=@INCLUDES@ -I@top_srcdir@ -I@top_srcdir@/libzend
|
|
noinst_LIBRARIES=libphpext_session.a
|
|
libphpext_session_a_SOURCES=session.c mod_files.c
|
|
|