gir-repository r188 - in trunk: . gir



Author: walters
Date: Thu Oct 30 21:49:16 2008
New Revision: 188
URL: http://svn.gnome.org/viewvc/gir-repository?rev=188&view=rev

Log:
Bug 556306 - Project name/prefix is GSSDP and not Gssdp

Modified:
   trunk/ChangeLog
   trunk/gir/Makefile.am

Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am	(original)
+++ trunk/gir/Makefile.am	Thu Oct 30 21:49:16 2008
@@ -603,8 +603,8 @@
 if BUILD_GSSDP
 GSSDP_INCLUDEDIR=`pkg-config --variable=includedir gssdp-1.0`/gssdp-1.0
 GSSDP_LIBDIR=`pkg-config --variable=libdir gssdp-1.0`
-Gssdp-1.0.gir: $(G_IR_SCANNER) 
-	$(G_IR_SCANNER) -v --namespace Gssdp --nsversion=1.0 \
+GSSDP-1.0.gir: $(G_IR_SCANNER)
+	$(G_IR_SCANNER) -v --namespace GSSDP --nsversion=1.0 \
 	     --add-include-path=$(srcdir) --add-include-path=. \
              --include=GObject-2.0 \
 	     --library=gssdp-1.0 \
@@ -613,7 +613,7 @@
              --pkg gssdp-1.0 \
 	     -I$(GSSDP_INCLUDEDIR) \
              $(GSSDP_INCLUDEDIR)/libgssdp/*.h
-BUILT_GIRSOURCES += Gssdp-1.0.gir
+BUILT_GIRSOURCES += GSSDP-1.0.gir
 endif BUILD_GSSDP
 
 if BUILD_GUPNP



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