build: Don't reference uninstalled gck
authorColin Walters <walters@verbum.org>
Thu, 3 Nov 2011 17:35:29 +0000 (13:35 -0400)
committerColin Walters <walters@verbum.org>
Thu, 3 Nov 2011 17:35:29 +0000 (13:35 -0400)
The --include-uninstalled argument is sufficent; we shouldn't
redundantly pass gck as a package or include.

gcr/Makefile.am

index 6d2ea47..f1e6499 100644 (file)
@@ -313,9 +313,9 @@ INTROSPECTION_COMPILER_ARGS = \
 
 Gcr-@GCR_MAJOR@.gir: libgcr-@GCR_MAJOR@.la
 
-Gcr_@GCR_MAJOR@_gir_PACKAGES = gtk+-3.0 gck-@GCK_MAJOR@ p11-kit-1
+Gcr_@GCR_MAJOR@_gir_PACKAGES = gtk+-3.0 p11-kit-1
 Gcr_@GCR_MAJOR@_gir_EXPORT_PACKAGES = gcr-@GCR_MAJOR@
-Gcr_@GCR_MAJOR@_gir_INCLUDES = GLib-2.0 GObject-2.0 Gtk-3.0 Gck-@GCK_MAJOR@
+Gcr_@GCR_MAJOR@_gir_INCLUDES = GLib-2.0 GObject-2.0 Gtk-3.0
 Gcr_@GCR_MAJOR@_gir_LIBS = libgcr-base-@GCR_MAJOR@.la libgcr-@GCR_MAJOR@.la
 Gcr_@GCR_MAJOR@_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -DGCR_COMPILATION -DGCR_API_SUBJECT_TO_CHANGE
 Gcr_@GCR_MAJOR@_gir_FILES = $(libgcr_base_@GCR_MAJOR@_la_SOURCES) $(libgcr_@GCR_MAJOR@_la_SOURCES)