Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 320159 | Differences between
and this patch

Collapse All | Expand All

(-)a/test/broker/Makefile (+2 lines)
Lines 63-73 endif Link Here
63
	./05-clean-session-qos1.py 
63
	./05-clean-session-qos1.py 
64
64
65
06 :
65
06 :
66
ifeq ($(WITH_BRIDGE),yes)
66
	./06-bridge-reconnect-local-out.py
67
	./06-bridge-reconnect-local-out.py
67
	./06-bridge-br2b-disconnect-qos1.py
68
	./06-bridge-br2b-disconnect-qos1.py
68
	./06-bridge-br2b-disconnect-qos2.py
69
	./06-bridge-br2b-disconnect-qos2.py
69
	./06-bridge-b2br-disconnect-qos1.py
70
	./06-bridge-b2br-disconnect-qos1.py
70
	./06-bridge-b2br-disconnect-qos2.py
71
	./06-bridge-b2br-disconnect-qos2.py
72
endif
71
73
72
07 :
74
07 :
73
	./07-will-qos0.py
75
	./07-will-qos0.py
(-)a/test/broker/c/Makefile (+2 lines)
Lines 13-19 auth_plugin.so : auth_plugin.c Link Here
13
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
13
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
14
14
15
08-tls-psk-bridge.test : 08-tls-psk-bridge.c
15
08-tls-psk-bridge.test : 08-tls-psk-bridge.c
16
ifeq ($(WITH_BRIDGE),yes)
16
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
17
	$(CC) ${CFLAGS} $^ -o $@ ../../../lib/libmosquitto.so.1
18
endif
17
19
18
20
19
reallyclean : clean
21
reallyclean : clean

Return to bug 320159