Skip to content

Commit

Permalink
Per #3006, since python_line.h lives in src/basic/vx_util, the vx_uti…
Browse files Browse the repository at this point in the history
…l library now also depends on the
  • Loading branch information
JohnHalleyGotway committed Dec 31, 2024
1 parent fc7f0c8 commit b066f5b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/tools/core/pair_stat/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pair_stat_LDADD = -lvx_stat_out \
-lvx_color \
-lvx_util_math \
-lvx_util \
$(PYTHON_MET_LIBS) \
-lvx_math \
-lvx_cal \
-lvx_log \
Expand Down
4 changes: 3 additions & 1 deletion src/tools/core/pair_stat/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ pair_stat_OBJECTS = $(am_pair_stat_OBJECTS)
am__DEPENDENCIES_1 =
pair_stat_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
$(am__DEPENDENCIES_1)
pair_stat_LINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) \
$(pair_stat_LDFLAGS) $(LDFLAGS) -o $@
AM_V_P = $(am__v_P_@AM_V@)
Expand Down Expand Up @@ -361,6 +362,7 @@ pair_stat_LDADD = -lvx_stat_out \
-lvx_color \
-lvx_util_math \
-lvx_util \
$(PYTHON_MET_LIBS) \
-lvx_math \
-lvx_cal \
-lvx_log \
Expand Down

0 comments on commit b066f5b

Please sign in to comment.