Skip to content

Commit

Permalink
common/Makefile.am: libcommonstr_la_LIBADD += @BSDKVMPROCLIBS@ [netwo…
Browse files Browse the repository at this point in the history
  • Loading branch information
jimklimov committed Jun 17, 2024
1 parent d7412cb commit 70a5405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ libcommonclient_la_SOURCES = state.c str.c
noinst_LTLIBRARIES += libcommonstr.la
libcommonstr_la_SOURCES = str.c
libcommonstr_la_CFLAGS = $(AM_CFLAGS) -DWITHOUT_LIBSYSTEMD=1
libcommonstr_la_LIBADD = @LTLIBOBJS@
libcommonstr_la_LIBADD = @LTLIBOBJS@ @BSDKVMPROCLIBS@

if BUILDING_IN_TREE
libcommon_la_SOURCES += common.c
Expand Down

0 comments on commit 70a5405

Please sign in to comment.