diff options
author | Michal Hruby <michal.mhr@gmail.com> | 2011-03-17 23:18:28 +0100 |
---|---|---|
committer | Michal Hruby <michal.mhr@gmail.com> | 2011-03-18 11:00:15 +0100 |
commit | e9c917c320a6b2407653646fa2ff9041b1431c3d (patch) | |
tree | a1fad1270f6ebfea4684947277f9edfa18de7977 | |
parent | 7380a238059f4fe6c2d508798572fa43efe8b14c (diff) |
build: Fix introspection failure if pc file is not yet installed
-rw-r--r-- | rest-extras/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rest-extras/Makefile.am b/rest-extras/Makefile.am index 900bc8d..57b7cfc 100644 --- a/rest-extras/Makefile.am +++ b/rest-extras/Makefile.am @@ -55,8 +55,9 @@ RestExtras_@API_VERSION_AM@_gir_VERSION = @API_VERSION@ RestExtras_@API_VERSION_AM@_gir_LIBS = librest-extras-@API_VERSION@.la RestExtras_@API_VERSION_AM@_gir_FILES = $(addprefix $(top_srcdir)/rest-extras/, $(lib_headers)) RestExtras_@API_VERSION_AM@_gir_CFLAGS = -I$(top_srcdir) -RestExtras_@API_VERSION_AM@_gir_INCLUDES = GObject-2.0 libxml2-2.0 Rest-@API_VERSION@ +RestExtras_@API_VERSION_AM@_gir_INCLUDES = GObject-2.0 libxml2-2.0 RestExtras_@API_VERSION_AM@_gir_PACKAGES = gobject-2.0 libsoup-2.4 libxml-2.0 +RestExtras_@API_VERSION_AM@_gir_SCANNERFLAGS = --include-uninstalled=$(top_builddir)/rest/Rest-@API_VERSION@.gir girdir = $(datadir)/gir-1.0 dist_gir_DATA = $(INTROSPECTION_GIRS) |