gir: Do not include generated gir files in the distribution
authorJohan Bilien <jobi@litl.com>
Mon, 1 Feb 2010 20:17:57 +0000 (15:17 -0500)
committerJohan Bilien <jobi@litl.com>
Mon, 1 Feb 2010 20:36:06 +0000 (15:36 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=608723

gir/Makefile.am

index 8087f8f..f1eb499 100644 (file)
@@ -185,7 +185,7 @@ GIRSOURCES =                    \
         $(INTROSPECTION_GIRS)
 
 girdir = $(GIR_DIR)
-dist_gir_DATA = $(GIRSOURCES)
+gir_DATA = $(GIRSOURCES)
 
 typelibsdir = $(libdir)/girepository-1.0
 typelibs_DATA = $(GIRSOURCES:.gir=.typelib)