Fix C automatic dependencies to actually work.

This commit is contained in:
David Given
2022-06-16 19:39:47 +02:00
parent 2a6ebe2c04
commit fa760b702c
8 changed files with 13 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ LIBFLUXENGINE_SRCS = \
lib/imginputoutpututils.cc \
LIBFLUXENGINE_OBJS = $(patsubst %.cc, $(OBJDIR)/%.o, $(LIBFLUXENGINE_SRCS))
OBJS += $(LIBFLUXENGINE_OBJS)
$(LIBFLUXENGINE_SRCS): | $(PROTO_HDRS)
LIBFLUXENGINE_LIB = $(OBJDIR)/libfluxengine.a
LIBFLUXENGINE_CFLAGS =