2016-08-22 08:07:31 +00:00
|
|
|
Index: libgoogle-data-mono-1.4.0.2/Makefile
|
|
|
|
|
===================================================================
|
|
|
|
|
--- libgoogle-data-mono-1.4.0.2.orig/Makefile
|
|
|
|
|
+++ libgoogle-data-mono-1.4.0.2/Makefile
|
|
|
|
|
@@ -128,7 +128,7 @@ uninstall:
|
|
|
|
|
for i in $(PKGCONFIG_FILES) ; do rm "$(DESTDIR)$(PREFIX)/lib/pkgconfig/$$i" ; done
|
|
|
|
|
|
|
|
|
|
tests: $(ALLLIBS)
|
|
|
|
|
- $(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS) -r:nunit.framework.dll $(test_sources)
|
2017-05-16 12:44:54 +00:00
|
|
|
+ $(CSC) $(DEFINES) -target:library -out:unittests.dll $(ALLREFS) $(shell pkg-config --libs nunit) $(test_sources)
|
2016-08-22 08:07:31 +00:00
|
|
|
|
|
|
|
|
gbase_customertool_sources = samples/gbase/example.cs \
|
|
|
|
|
samples/gbase/customertool.cs \
|