diff options
Diffstat (limited to 'rest-extras/Makefile.am')
-rw-r--r-- | rest-extras/Makefile.am | 4 |
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 |