summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)