Skip to content

Commit

Permalink
fix missing bitwise.h header from check target
Browse files Browse the repository at this point in the history
  • Loading branch information
mellowcandle committed Jun 19, 2019
1 parent 8a2226a commit 462f7c3
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 @@ -11,7 +11,7 @@ AM_CFLAGS = $(MAYBE_COVERAGE)

check_PROGRAMS = tests/test-shunting-yard
tests_test_shunting_yard_SOURCES = src/shunting-yard.c inc/shunting-yard.h \
src/stack.c inc/stack.h \
src/stack.c inc/stack.h bitwise.h \
src/misc.c \
tests/test-shunting-yard.c
tests_test_shunting_yard_LDADD = -lcunit
Expand Down

0 comments on commit 462f7c3

Please sign in to comment.