json-glib r38 - branches/json-glib-0-6



Author: ebassi
Date: Tue May 20 08:53:46 2008
New Revision: 38
URL: http://svn.gnome.org/viewvc/json-glib?rev=38&view=rev

Log:
2008-05-20  Emmanuele Bassi  <ebassi openedhand com>

	* Makefile.am:
	* configure.ac: Remove Vala bindings from the build; they
	are maintained inside Vala itself, so there is no need to
	duplicate the work.

Modified:
   branches/json-glib-0-6/ChangeLog
   branches/json-glib-0-6/Makefile.am
   branches/json-glib-0-6/configure.ac

Modified: branches/json-glib-0-6/Makefile.am
==============================================================================
--- branches/json-glib-0-6/Makefile.am	(original)
+++ branches/json-glib-0-6/Makefile.am	Tue May 20 08:53:46 2008
@@ -2,12 +2,6 @@
 
 SUBDIRS = json-glib doc tests
 
-if HAVE_VALA
-SUBDIRS += contrib
-endif
-
-DIST_SUBDIRS = json-glib doc tests contrib
-
 pcfiles = json-glib-1.0.pc
 
 json-glib-1.0.pc: json-glib.pc

Modified: branches/json-glib-0-6/configure.ac
==============================================================================
--- branches/json-glib-0-6/configure.ac	(original)
+++ branches/json-glib-0-6/configure.ac	Tue May 20 08:53:46 2008
@@ -63,19 +63,6 @@
 AC_SUBST(JSON_CFLAGS)
 AC_SUBST(JSON_LIBS)
 
-has_vala=no
-PKG_CHECK_MODULES(JSON_VALA, vala-1.0, has_vala=yes, has_vala=no)
-
-if test "x$has_vala" = "xyes"; then
-  VAPI_DIR=`pkg-config --variable=vapidir vala-1.0`
-else
-  VAPI_DIR=
-fi
-
-AM_CONDITIONAL(HAVE_VALA, [test "x$has_vala" = "xyes"])
-AC_SUBST(VAPI_DIR)
-
-
 dnl = Enable debug level ===================================================
 
 m4_define([debug_default],
@@ -128,7 +115,6 @@
         doc/Makefile
         doc/reference/Makefile
         doc/reference/version.xml
-        contrib/Makefile
         json-glib.pc
 ])
 
@@ -141,5 +127,4 @@
 echo "           Debug level: ${enable_debug}"
 echo "        Compiler flags: ${CPPFLAGS}"
 echo "         API reference: ${enable_gtk_doc}"
-echo " Install vala bindings: ${has_vala} (${VAPI_DIR})"
 echo ""



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]