Skip to content

Commit

Permalink
MAB mgr changes for PAC (#18623)
Browse files Browse the repository at this point in the history
  • Loading branch information
vijaya-ops authored Oct 7, 2024
1 parent e336c99 commit 074caea
Show file tree
Hide file tree
Showing 4 changed files with 763 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/sonic-pac/mabmgr/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
INCLUDES = -I $(top_srcdir)/mab -I $(top_srcdir)/mab/common -I $(top_srcdir)/mab/mapping/include -I $(top_srcdir)/fpinfra/inc -I $(top_srcdir)/mab/mapping/mab_sid -I $(top_srcdir)/mab/protocol/include -I $(top_srcdir)/authmgr/common -I $(top_srcdir)/../wpasupplicant/sonic-wpa-supplicant/src/radius

bin_PROGRAMS = mabd

if DEBUG
DBGFLAGS = -ggdb -DDEBUG
else
DBGFLAGS = -g -DNDEBUG
endif

mabd_SOURCES = $(top_srcdir)/mabmgr/mabmgr_main.cpp $(top_srcdir)/mabmgr/mabmgr.cpp

mabd_CPPFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON) $(SONIC_COMMON_CFLAGS)

AM_LDFLAGS = -L$(top_srcdir)/fpinfra/ -lfpinfra
AM_LDFLAGS += -lswsscommon -lnl-3 -lnl-route-3 -lhiredis -L$(top_srcdir)/mab/ -lmab $(SONIC_COMMON_LDFLAGS)
Loading

0 comments on commit 074caea

Please sign in to comment.