Skip to content

Commit

Permalink
drivers/Makefile.am : adapt to solution of networkupstools#464 / netw…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed Aug 24, 2017
1 parent ed41b24 commit b941d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ snmp_ups_dmf_LDADD = $(LDADD_DRIVERS) $(LIBNETSNMP_LIBS) \
$(top_builddir)/common/libcommon.la
snmp_ups_dmf_CFLAGS = $(AM_CFLAGS) \
-I$(top_srcdir)/tools/nut-scanner -DWITH_DMFMIB=1
snmp_ups_dmf_CFLAGS += $(LIBNETSNMP_CFLAGS)
snmp_ups_dmf_CFLAGS += $(LIBNETSNMP_CFLAGS)
if WITH_DMF_LUA
LUA_INCLUDE ?= -I/usr/include/lua5.1
snmp_ups_dmf_CFLAGS += -DWITH_DMF_LUA=1 -DWITH_DMF_FUNCTIONS=1 $(LUA_INCLUDE)
Expand Down

0 comments on commit b941d74

Please sign in to comment.