Skip to content

Commit

Permalink
fixup! information: add batman-adv statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
blocktrron committed Mar 19, 2024
1 parent 4b54a4c commit e954ce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ CC ?= gcc
CFLAGS_common ?= -Wall -Wextra -Werror -std=c99 -g
LDFLAGS_common ?=

LDFLAGS:=-lubox -lubus -lblobmsg_json $(shell pkg-config --libs libnl-tiny)
CFLAGS:=$(shell pkg-config --cflags libnl-tiny)
LDFLAGS:=-lubox -lubus -lblobmsg_json $(shell pkg-config --libs libnl-tiny) $(shell $(PKG_CONFIG) --libs libbatadv)
CFLAGS:=$(shell pkg-config --cflags libnl-tiny) $(shell $(PKG_CONFIG) --cflags libbatadv)

LDFLAGS_MONITOR:=$(shell pkg-config --libs libnl-genl-3.0) -DBUILD_MONITOR
CFLAGS_MONITOR:=$(shell pkg-config --cflags libnl-genl-3.0)
Expand Down

0 comments on commit e954ce9

Please sign in to comment.