summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorAlban Browaeys <prahal@yahoo.com>2013-01-02 10:44:29 +0100
committerStef Walter <stefw@gnome.org>2013-01-03 15:42:37 +0100
commitc16bd94788ad1e85290774f1a1e7ed08310ca1c7 (patch)
tree3b431c2c204719a33b5fa4a653919b064b77598f /ui
parent41d96e69e8b56aa88e36e8bd176c51c5aa93caf9 (diff)
introspection: build ui vs the uninstalled gcr-base libtool archive.
https://bugzilla.gnome.org/show_bug.cgi?id=690992
Diffstat (limited to 'ui')
-rw-r--r--ui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 4fd40fa..d5b88ae 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -172,7 +172,7 @@ GcrUi-@GCR_MAJOR@.gir: $(builddir)/libgcr-ui-@GCR_MAJOR@.la $(top_builddir)/gcr/
GcrUi_@GCR_MAJOR@_gir_PACKAGES = gtk+-3.0 p11-kit-1
GcrUi_@GCR_MAJOR@_gir_EXPORT_PACKAGES = gcr-ui-@GCR_MAJOR@
GcrUi_@GCR_MAJOR@_gir_INCLUDES = GLib-2.0 GObject-2.0 Gtk-3.0
-GcrUi_@GCR_MAJOR@_gir_LIBS = libgcr-ui-@GCR_MAJOR@.la
+GcrUi_@GCR_MAJOR@_gir_LIBS = $(top_builddir)/gcr/libgcr-base-@GCR_MAJOR@.la libgcr-ui-@GCR_MAJOR@.la
GcrUi_@GCR_MAJOR@_gir_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -DGCR_COMPILATION -DGCR_API_SUBJECT_TO_CHANGE
GcrUi_@GCR_MAJOR@_gir_FILES = $(PUBLIC_FILES)
GcrUi_@GCR_MAJOR@_gir_SCANNERFLAGS = --c-include "gcr-ui.h" \