diff options
author | Stef Walter <stefw@gnome.org> | 2013-06-26 13:35:58 +0200 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-06-26 13:36:27 +0200 |
commit | 7924b75e10aa6f8d627f20a8368cb711e54f777e (patch) | |
tree | bd4323a9a54d5c250596415a894ceb798f332925 /ui | |
parent | ed2640151a28a0ecde534b85853005b59218a230 (diff) |
ui: Include correct header file in generated gir and vapi output
Diffstat (limited to 'ui')
-rw-r--r-- | ui/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Makefile.am b/ui/Makefile.am index ae2dab4..51850d5 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -178,7 +178,7 @@ GcrUi_@GCR_MAJOR@_gir_INCLUDES = GLib-2.0 GObject-2.0 Gtk-3.0 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/gcr-ui.h" \ +GcrUi_@GCR_MAJOR@_gir_SCANNERFLAGS = --c-include "ui/gcr-ui.h" \ --identifier-prefix Gcr --symbol-prefix gcr \ --include-uninstalled=$(top_builddir)/gcr/Gcr-@GCR_MAJOR@.gir |