Skip to content

Commit

Permalink
Fix ar-test build when jansson.h requires a flag
Browse files Browse the repository at this point in the history
This header is not directly necessary for this program, but it is
indirectly included.
  • Loading branch information
flowerysong committed Nov 12, 2024
1 parent de3a6f3 commit b430687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ openarc_ar_test_SOURCES = \
util/arc-nametable.c \
util/arc-nametable.h

openarc_ar_test_CPPFLAGS = -I$(srcdir)/libopenarc -I$(srcdir)/util
openarc_ar_test_CPPFLAGS = -I$(srcdir)/libopenarc -I$(srcdir)/util $(LIBJANSSON_CFLAGS)
endif

$(DIST_ARCHIVES).sha1: $(DIST_ARCHIVES)
Expand Down

0 comments on commit b430687

Please sign in to comment.