10000 Fix missing dependencies · g-coder/midikit@7b67ffb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b67ffb

Browse files
committed
Fix missing dependencies
1 parent 1dd7e66 commit 7b67ffb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test: test/.make
2727
test-clean: test/.make-clean
2828

2929
driver/.make: midi
30-
test/.make: midi
30+
test/.make: midi driver
3131

3232
%/.make:
3333
cd $$(dirname $@) && $(MAKE)

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ tests.passed: $(BINDIR)/$(BIN) $(LIBDIR)/libmidikit$(LIB_SUFFIX) $(LIBDIR)/libmi
6767
LD_LIBRARY_PATH=$(LIBDIR) $(BINDIR)/$(BIN) && touch $@
6868

6969
ifeq ($(USE_IPV6),1)
70-
$(MAIN_C): midi.c util.c list.c port.c clock.c message_format.c message.c device.c driver.c integration.c runloop.c driver_rtp.c driver_applemidi.c driver_rtp
70+
$(MAIN_C): midi.c util.c list.c port.c clock.c message_format.c message.c device.c driver.c integration.c runloop.c driver_rtp.c driver_applemidi.c driver_rtpv6.c driver_applemidiv6.c
7171
./generate_main.sh -o $(MAIN_C) $^
7272
else
7373
$(MAIN_C): midi.c util.c list.c port.c clock.c message_format.c message.c device.c driver.c integration.c runloop.c driver_rtp.c driver_applemidi.c

0 commit comments

Comments
 (0)
0