1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 22:11:12 +02:00
Files
archived-php-src/ext/snmp/Makefile.in
2000-01-04 02:58:46 +00:00

14 lines
278 B
Makefile

DEPTH = ../..
topsrcdir = @topsrcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libsnmp.la
LTLIBRARY_SOURCES = snmp.c
LTLIBRARY_SHARED_LIBADD = $(SNMP_LIBDIR) -lsnmp $(KSTAT_LIBS)
EXTRA_INCLUDES = $(SNMP_INCLUDE)
include $(topsrcdir)/build/ltlib.mk