* GridView.cs: always create Header/Fotter rows, but render only when
[mono.git] / Makefile.am
index b415a5c15922ad3d24d4d1ea17b9a0d333874f4b..9bacf37535d137c8f5f1b397dec7c0e9662c3e63 100644 (file)
@@ -20,8 +20,12 @@ dist-hook:
 
 pkgconfigdir = $(libdir)/pkgconfig
 if JIT_SUPPORTED
+if INTERP_SUPPORTED
 pkgconfig_DATA= mono.pc mint.pc dotnet.pc mono-cairo.pc
 else
+pkgconfig_DATA= mono.pc dotnet.pc mono-cairo.pc
+endif
+else
 pkgconfig_DATA= mint.pc mono-cairo.pc
 endif
 noinst_DATA = mono-uninstalled.pc
@@ -61,8 +65,10 @@ bootstrap-world-net_2_0: compiler-tests-net_2_0
 # internal targets
 mcs-do-clean:
        cd runtime && $(MAKE) clean-local
+       cd mono/tests && $(MAKE) clean
 mcs-do-compiler-tests:
        cd runtime && $(MAKE) test_select='TEST_SUBDIRS="tests errors"' check-local
+       cd mono/tests && $(MAKE) check
 
 win32getdeps:
        wget http://www.go-mono.com/archive/pkgconfig-0.11-20020310.zip