mirror of
https://github.com/php/php-src.git
synced 2024-12-03 06:44:07 +08:00
5 lines
134 B
Makefile
5 lines
134 B
Makefile
|
## process this file with automake to produce Makefile.am
|
||
|
AUTOMAKE_OPTIONS=foreign
|
||
|
lib_LIBRARIES=libtsrm.a
|
||
|
libtsrm_a_SOURCES = TSRM.c
|