File galago-sharp-mono-nunit.patch of Package libgalago
--- tests/Makefile.am +++ tests/Makefile.am @@ -23,7 +23,7 @@ $(CSC) /out:$@ $(REFERENCES) $(srcdir)/$< unit-tests.dll: unit-tests.cs $(ASSEMBLIES) - $(CSC) /out:$@ /target:library $(REFERENCES) -pkg:nunit $(srcdir)/$< + $(CSC) /out:$@ /target:library $(REFERENCES) -pkg:mono-nunit $(srcdir)/$< EXTRA_DIST = \ get-presence.cs \