mirror of
https://dev.iopsys.eu/bbf/icwmp.git
synced 2026-02-28 15:20:46 +01:00
Fix list_enabled_lw_notify dependency issue && remove the use of libbf_api
This commit is contained in:
parent
ab2a378914
commit
9bcdd3c934
2 changed files with 1 additions and 3 deletions
|
|
@ -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)\"
|
||||
|
|
|
|||
1
event.c
1
event.c
|
|
@ -33,7 +33,6 @@
|
|||
#else
|
||||
#include <libbbfdm/dmentry.h>
|
||||
#include <libbbfdm/deviceinfo.h>
|
||||
#include <libbbf_api/dmbbf.h>
|
||||
#endif
|
||||
|
||||
LIST_HEAD(list_value_change);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue