mirror of
https://github.com/php/php-src.git
synced 2024-12-02 22:34:55 +08:00
77cdb5f483
In this new build structure we are adding libraries to $LIBS as we add modules instead of doing an AC_SUBST into the Makefile. One reason for doing the subst in php3 was to get around the libraries that could not be included in $LIBS because doing so would mess up the various configure tests. For example, you can't do a -limap as part of the various simple configure compile programs because -limap requires a bunch of callback symbols to be present. |
||
---|---|---|
.. | ||
config.h.stub | ||
config.m4 | ||
Makefile.am | ||
Makefile.in | ||
php3_snmp.h | ||
snmp.c | ||
winsnmp.c |