summaryrefslogtreecommitdiff
path: root/rest-extras
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2010-04-15 11:43:19 +0100
committerRoss Burton <ross@linux.intel.com>2010-04-15 11:43:19 +0100
commit05449d2054e9f0423a779e0424159978f0b3a7c8 (patch)
tree3ed987277e03cd4fb667e30994003d3c1dc081e7 /rest-extras
parent2200871524d6e89abe7139222d9e467cec2cd184 (diff)
downloadlibrest-05449d2054e9f0423a779e0424159978f0b3a7c8.tar.gz
Fix introspection generation in distchecklibrest-0.6.3
Diffstat (limited to 'rest-extras')
-rw-r--r--rest-extras/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/rest-extras/Makefile.am b/rest-extras/Makefile.am
index d96030c..c00fba6 100644
--- a/rest-extras/Makefile.am
+++ b/rest-extras/Makefile.am
@@ -55,8 +55,8 @@ RestExtras-@API_VERSION@.gir: $(INTROSPECTION_SCANNER) librest-extras-@API_VERSI
--pkg libxml-2.0 \
--output $@ \
-I$(top_srcdir) \
- $(lib_headers) \
- $(lib_sources)
+ $(addprefix $(top_srcdir)/rest-extras/, $(lib_headers)) \
+ $(addprefix $(top_srcdir)/rest-extras/, $(lib_sources))
BUILT_GIRSOURCES += RestExtras-@API_VERSION@.gir