Skip to content

Commit

Permalink
libflux: convert reactor to libuv
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Dec 9, 2024
1 parent 961cc0f commit fa98714
Show file tree
Hide file tree
Showing 3 changed files with 321 additions and 198 deletions.
2 changes: 2 additions & 0 deletions src/common/libflux/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ AM_CPPFLAGS = \
-DLUADIR=\"$(luadir)\" \
-DLUAEXECDIR=\"$(luaexecdir)\" \
$(JANSSON_CFLAGS) \
$(LIBUV_CFLAGS) \
$(LIBUUID_CFLAGS)

fluxcoreinclude_HEADERS = \
Expand Down Expand Up @@ -132,6 +133,7 @@ test_ldadd = \
$(top_builddir)/src/common/libtap/libtap.la \
$(LIBUUID_LIBS) \
$(JANSSON_LIBS) \
$(LIBUV_LIBS) \
$(LIBPTHREAD) \
$(LIBDL)

Expand Down
Loading

0 comments on commit fa98714

Please sign in to comment.