Fix list_enabled_lw_notify dependency issue && remove the use of libbf_api

This commit is contained in:
Omar Kallel 2020-06-17 17:08:55 +01:00
parent ab2a378914
commit 9bcdd3c934
2 changed files with 1 additions and 3 deletions

View file

@ -51,8 +51,7 @@ icwmpd_LDADD = \
$(LBLOBMSG_LIBS) \
$(LIBZ_LIBS) \
$(LIBM_LIBS) \
-lbbfdm \
-lbbf_api
-lbbfdm
icwmpd_CFLAGS+=-DCWMP_VERSION=\"$(CWMP_VERSION)\"
icwmpd_LDFLAGS+=-DCWMP_VERSION=\"$(CWMP_VERSION)\"

View file

@ -33,7 +33,6 @@
#else
#include <libbbfdm/dmentry.h>
#include <libbbfdm/deviceinfo.h>
#include <libbbf_api/dmbbf.h>
#endif
LIST_HEAD(list_value_change);