Imported Upstream version 2.7.1
This commit is contained in:
parent
a1fa151fc7
commit
0121794af9
451 changed files with 41339 additions and 10887 deletions
|
|
@ -9,15 +9,19 @@ if WITH_LIBLTDL
|
|||
lib_LTLIBRARIES = libnutscan.la
|
||||
endif
|
||||
libnutscan_la_SOURCES = scan_nut.c scan_ipmi.c \
|
||||
nutscan-device.c nutscan-ip.c nutscan-display.c nutscan-init.c \
|
||||
scan_usb.c scan_snmp.c scan_xml_http.c scan_avahi.c
|
||||
nutscan-device.c nutscan-ip.c nutscan-display.c \
|
||||
nutscan-init.c scan_usb.c scan_snmp.c scan_xml_http.c \
|
||||
scan_avahi.c scan_eaton_serial.c nutscan-serial.c \
|
||||
$(top_srcdir)/drivers/serial.c \
|
||||
$(top_srcdir)/drivers/bcmxcp_ser.c \
|
||||
$(top_srcdir)/common/common.c
|
||||
libnutscan_la_LIBADD = $(NETLIBS) $(LIBLTDL_LIBS)
|
||||
libnutscan_la_LDFLAGS = -version-info 1:0:0
|
||||
libnutscan_la_CFLAGS = -I$(top_srcdir)/clients -I$(top_srcdir)/include $(LIBLTDL_CFLAGS)
|
||||
libnutscan_la_LDFLAGS = $(SERLIBS) -version-info 1:0:0
|
||||
libnutscan_la_CFLAGS = -I$(top_srcdir)/clients -I$(top_srcdir)/include $(LIBLTDL_CFLAGS) -I$(top_srcdir)/drivers
|
||||
|
||||
nut_scanner_SOURCES = nut-scanner.c
|
||||
nut_scanner_CFLAGS = -I$(top_srcdir)/clients -I$(top_srcdir)/include
|
||||
nut_scanner_LDADD = libnutscan.la
|
||||
nut_scanner_LDADD = libnutscan.la ../../common/libcommon.la
|
||||
|
||||
if WITH_SSL
|
||||
libnutscan_la_CFLAGS += $(LIBSSL_CFLAGS)
|
||||
|
|
@ -44,7 +48,7 @@ dist_noinst_HEADERS = nutscan-usb.h nutscan-snmp.h
|
|||
if WITH_DEV
|
||||
include_HEADERS = nut-scan.h nutscan-device.h nutscan-ip.h nutscan-init.h
|
||||
else
|
||||
dist_noinst_HEADERS += nut-scan.h nutscan-device.h nutscan-ip.h nutscan-init.h
|
||||
dist_noinst_HEADERS += nut-scan.h nutscan-device.h nutscan-ip.h nutscan-init.h nutscan-serial.h
|
||||
endif
|
||||
|
||||
CLEANFILES = nutscan-usb.h nutscan-snmp.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue