mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
daf926cf5b
In the least this still doesn't work on Windows.
7 lines
185 B
Makefile
7 lines
185 B
Makefile
## process this file with automake to produce Makefile.am
|
|
AUTOMAKE_OPTIONS=foreign
|
|
noinst_LTLIBRARIES=libtsrm.la
|
|
libtsrm_la_SOURCES = TSRM.c tsrm_strtok_r.c tsrm_virtual_cwd.c
|
|
|
|
depend:
|