Skip to content

Commit 92d4ed5

Browse files
rootRazi Shahbari
authored andcommitted
[mstresourcedump] Removing pyverbs and scapy dependencies - Fixing make file
Description: Tested OS: all Tested devices: n/a Tested flows: checked compilation Known gaps (with RM ticket): n/a Issue: 3178595 ~
1 parent 94d91e9 commit 92d4ed5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resourcedump/resourcedump_lib/Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ lib_LTLIBRARIES = libresourcedump.la
3636

3737
libresourcedump_la_SOURCES = resource_dump.c resource_dump.h
3838
libresourcedump_la_LIBADD = $(MTCR_DIR)/libmtcr_ul.a $(USER_DIR)/reg_access/libreg_access.a \
39-
$(DEV_MGT_DIR)/libdev_mgt.a -L$(USER_DIR)/tools_layouts/.libs -ltools_layouts
39+
$(DEV_MGT_DIR)/libdev_mgt.a -L$(USER_DIR)/tools_layouts -ltools_layouts
4040

4141

4242
resourcedump_pylibdir = $(libdir)/mft/python_tools/resourcedump/resourcedump_lib/
4343
dist_resourcedump_pylib_DATA = cresourcedump.so
4444

4545
cresourcedump.so: libresourcedump.la
4646
$(CC) -Wall -pthread -fpic -shared ${CFLAGS} resource_dump.o -o cresourcedump.so $(MFT_CORE_LIB_LINK) \
47-
-L$(USER_DIR)/reg_access/.libs -lreg_access -L$(DEV_MGT_DIR)/.libs -ldev_mgt \
48-
-L$(MTCR_DIR)/.libs/ -lmtcr -L$(USER_DIR)/tools_layouts/.libs -ltools_layouts \
47+
-L$(USER_DIR)/reg_access -lreg_access -L$(DEV_MGT_DIR) -ldev_mgt \
48+
-L$(MTCR_DIR) -lmtcr -L$(USER_DIR)/tools_layouts -ltools_layouts \
4949
$(MFT_CORE_LIB_LINK)
5050

5151
endif

0 commit comments

Comments
 (0)