Skip to content

Commit

Permalink
Merge pull request #690 from razish88/master_devel
Browse files Browse the repository at this point in the history
[mstresourcedump] Removing pyverbs and scapy dependencies - Fixing rm…
  • Loading branch information
tomer540 authored Oct 27, 2022
2 parents 654d596 + 453cb8d commit 593fe14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resourcedump/resourcedump_lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ INCLUDES = -I$(top_srcdir) -I$(COMMON_DIR) -I$(REG_ACCESS_DIR) -I$(LAYOUTS_DIR)

AM_CXXFLAGS = -Wall -W -MP -H -MD -pipe -DMST_UL -g -std=c++11 $(COMPILER_FPIC)
AM_CPPFLAGS = $(AM_CXXFLAGS)

CRESOURCEDUMP_SO = cresourcedump.so
lib_LTLIBRARIES = libresourcedump.la


Expand All @@ -39,13 +39,13 @@ libresourcedump_la_LIBADD = $(MTCR_DIR)/libmtcr_ul.a $(USER_DIR)/reg_access/libr
$(DEV_MGT_DIR)/libdev_mgt.a -L$(USER_DIR)/tools_layouts -ltools_layouts


resourcedump_pylibdir = $(libdir)/mft/python_tools/resourcedump/resourcedump_lib/
resourcedump_pylibdir = $(libdir)/mstflint/python_tools/mstresourcedump/resourcedump_lib/
dist_resourcedump_pylib_DATA = cresourcedump.so

cresourcedump.so: libresourcedump.la
$(CC) -Wall -pthread -fpic -shared ${CFLAGS} resource_dump.o -o cresourcedump.so $(MFT_CORE_LIB_LINK) \
${CRESOURCEDUMP_SO}: libresourcedump.la
$(CC) -Wall -pthread -fpic -shared ${CFLAGS} resource_dump.o -o ${CRESOURCEDUMP_SO} $(MFT_CORE_LIB_LINK) \
-L$(USER_DIR)/reg_access -lreg_access -L$(DEV_MGT_DIR) -ldev_mgt \
-L$(MTCR_DIR) -lmtcr -L$(USER_DIR)/tools_layouts -ltools_layouts \
-L$(MTCR_DIR) -L$(USER_DIR)/tools_layouts -ltools_layouts \
$(MFT_CORE_LIB_LINK)

endif

0 comments on commit 593fe14

Please sign in to comment.