summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-11-03 13:35:29 -0400
committerColin Walters <walters@verbum.org>2011-11-03 13:35:29 -0400
commit41e66a2cc61376a82cb53423e4a8c1e03b19058e (patch)
tree70e045e89b34193c838e7de6421209fc14b6358b
parent794ca1502a562b20ace487c23bb15884df5dd3f3 (diff)
downloadgcr-41e66a2cc61376a82cb53423e4a8c1e03b19058e.tar.gz
build: Don't reference uninstalled gck
The --include-uninstalled argument is sufficent; we shouldn't redundantly pass gck as a package or include.
-rw-r--r--gcr/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcr/Makefile.am b/gcr/Makefile.am
index 6d2ea47..f1e6499 100644
--- a/gcr/Makefile.am
+++ b/gcr/Makefile.am
@@ -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)