View | Details | Raw Unified | Return to bug 586040
Collapse All | Expand All

(-)tests/at-spi-sharp/Makefile.am (-1 / +2 lines)
Lines 59-65 Link Here
59
	System.Data \
59
	System.Data \
60
	Mono.Posix \
60
	Mono.Posix \
61
	-pkg:mono-nunit \
61
	-pkg:mono-nunit \
62
	../../at-spi/bin/at-spi-sharp.dll
62
	../../at-spi/bin/at-spi-sharp.dll \
63
	$(NDESK_DBUS_LIBS)
63
64
64
DLL_REFERENCES = 
65
DLL_REFERENCES = 
65
66
(-)at-spi/Makefile.am (+2 lines)
Lines 76-81 Link Here
76
EXTRAS = 
76
EXTRAS = 
77
77
78
REFERENCES =  \
78
REFERENCES =  \
79
	System \
80
	System.Core \
79
	$(NDESK_DBUS_LIBS)
81
	$(NDESK_DBUS_LIBS)
80
82
81
DLL_REFERENCES = 
83
DLL_REFERENCES = 

Return to bug 586040