diff options
author | Ross Burton <ross@linux.intel.com> | 2009-11-11 12:02:16 +0000 |
---|---|---|
committer | Ross Burton <ross@linux.intel.com> | 2009-11-11 12:02:16 +0000 |
commit | fe5048c92199afc9a7e9aef0add7f0e2b004bb47 (patch) | |
tree | 900c19700f14d4a883383c9b5aaaf534d69fee9a /rest-extras | |
parent | 296b199bb2347f15e04b6387958fbaa812924d70 (diff) |
Fix rest-extras.gir generation
Diffstat (limited to 'rest-extras')
-rw-r--r-- | rest-extras/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rest-extras/Makefile.am b/rest-extras/Makefile.am index 9631f1f..d96030c 100644 --- a/rest-extras/Makefile.am +++ b/rest-extras/Makefile.am @@ -54,6 +54,7 @@ RestExtras-@API_VERSION@.gir: $(INTROSPECTION_SCANNER) librest-extras-@API_VERSI --pkg libsoup-2.4 \ --pkg libxml-2.0 \ --output $@ \ + -I$(top_srcdir) \ $(lib_headers) \ $(lib_sources) |