File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ test: test/.make
27
27
test-clean : test/.make-clean
28
28
29
29
driver/.make : midi
30
- test/.make : midi
30
+ test/.make : midi driver
31
31
32
32
% /.make :
33
33
cd $$(dirname $@ ) && $(MAKE )
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ tests.passed: $(BINDIR)/$(BIN) $(LIBDIR)/libmidikit$(LIB_SUFFIX) $(LIBDIR)/libmi
67
67
LD_LIBRARY_PATH=$(LIBDIR ) $(BINDIR ) /$(BIN ) && touch $@
68
68
69
69
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
71
71
./generate_main.sh -o $(MAIN_C ) $^
72
72
else
73
73
$(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
You can’t perform that action at this time.
0 commit comments