Skip to content

Commit

Permalink
install shlib
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanohar committed Aug 7, 2024
1 parent 3e6e1a2 commit e932b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ EXE2=test_sdf.$(EXT)
LIB1=libactannotate_$(EXT).a
LIB2=annotate_pass_$(EXT).so
LIB3=libactannotate_sh_$(EXT).so
LIB=$(LIB1) $(LIB2)
LIB=$(LIB1) $(LIB2) $(LIB3)
TARGETS=$(EXE) $(EXE2)
TARGETLIBS=$(LIB)
TARGETINCS=spef.h spef.def sdf.h sdf.def
Expand Down

0 comments on commit e932b92

Please sign in to comment.