[cheese] lib: export correct package on introspection files



commit 3b14dc44e07dfc9e02e4b5e100ffbe05fe5b55a2
Author: Lucas Rocha <lucasr gnome org>
Date:   Sun Apr 3 15:11:16 2011 +0100

    lib: export correct package on introspection files
    
    The name of Cheese's pkg is cheese, not cheese-3.0.

 libcheese/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcheese/Makefile.am b/libcheese/Makefile.am
index 37b125b..2e1136c 100644
--- a/libcheese/Makefile.am
+++ b/libcheese/Makefile.am
@@ -103,7 +103,7 @@ Cheese_3_0_gir_CFLAGS = -I$(srcdir) $(INCLUDES) \
 	$(CHEESE_CFLAGS)
 Cheese_3_0_gir_LIBS = libcheese.la
 Cheese_3_0_gir_FILES = $(introspection_sources)
-Cheese_3_0_gir_SCANNERFLAGS = --verbose --warn-all --pkg-export cheese-3.0
+Cheese_3_0_gir_SCANNERFLAGS = --verbose --warn-all --pkg-export cheese
 
 girdir = $(datadir)/gir-1.0
 gir_DATA = $(INTROSPECTION_GIRS)



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