mirror of
https://github.com/php/php-src.git
synced 2024-12-04 23:34:25 +08:00
10 lines
212 B
Makefile
10 lines
212 B
Makefile
|
|
LTLIBRARY_NAME = libsnmp.la
|
|
LTLIBRARY_SOURCES = snmp.c
|
|
LTLIBRARY_SHARED_NAME = snmp.la
|
|
LTLIBRARY_SHARED_LIBADD = $(SNMP_SHARED_LIBADD)
|
|
|
|
EXTRA_INCLUDES = $(SNMP_INCLUDE)
|
|
|
|
include $(top_srcdir)/build/dynlib.mk
|