Skip to content

Commit 237a92d

Browse files
committed
Copy necessary libaf*.so files to $(LIB)
1 parent 087536c commit 237a92d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ all: $(AF_JAVA_LIB)
3737

3838
$(AF_JAVA_LIB): $(AF_JAVA_LIB_EXT)
3939
cp $(AF_JAVA_LIB_EXT) $(AF_JAVA_LIB)
40+
cp $(AF_LIB_PATH)/lib$(AF).so $(AF_JAVA_PATH)/$(LIB)
4041

4142
$(AF_JAVA_LIB_EXT): $(AF_JAVA_PATH)/src/java_wrapper.cpp
4243
gcc -shared -fPIC $< $(AF_CFLAGS) -L$(AF_LIB_PATH) -l$(AF) -o $@

0 commit comments

Comments
 (0)