mirror of
https://github.com/php/php-src.git
synced 2026-04-04 14:42:49 +02:00
7 lines
146 B
Makefile
7 lines
146 B
Makefile
# NSAPI/AOLserver module
|
|
|
|
INSTALL_IT=:
|
|
|
|
php4_nsapi.so: all-recursive
|
|
g++ $(LDFLAGS) -shared sapi/nsapi/aolserver.o -o $@ libmodphp4-so.a $(LIBS)
|