Fetching the flux source is now done through Config.

This commit is contained in:
dg
2023-05-12 21:25:54 +00:00
parent 68d22e7f54
commit e61eeb8c6f
25 changed files with 85 additions and 56 deletions

View File

@@ -37,8 +37,7 @@ OBJS += $(LIBARCH_OBJS)
$(LIBARCH_SRCS): | $(PROTO_HDRS)
$(LIBARCH_SRCS): CFLAGS += $(PROTO_CFLAGS)
LIBARCH_LIB = $(OBJDIR)/libarch.a
LIBARCH_LDFLAGS =
$(LIBARCH_LIB): $(LIBARCH_OBJS)
LIBARCH_LDFLAGS = $(LIBARCH_LIB)
$(call use-pkgconfig, $(LIBARCH_LIB), $(LIBARCH_OBJS), fmt)