summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2010-08-25 19:50:17 +0200
committerLuca Bruno <lethalman88@gmail.com>2010-08-28 11:30:36 +0200
commite108d02cf2d177293085380900ce1607b0f601bf (patch)
tree5dfd7df16563f04243616fbfe248f5db00d51d42 /gir
parent1e248330360848a6f400cd403bce79c5d48def42 (diff)
downloadgobject-introspection-e108d02cf2d177293085380900ce1607b0f601bf.tar.gz
Makefile.introspection: Add _EXPORT_PACKAGES variable.
This new variable maps to --pkg-export.
Diffstat (limited to 'gir')
-rw-r--r--gir/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 30c0594a..e4477620 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -143,10 +143,10 @@ GIRepository_2_0_gir_LIBS = girepository-1.0
GIRepository_2_0_gir_SCANNERFLAGS = \
--strip-prefix=g \
--c-include="girepository.h" \
- --pkg-export gobject-introspection-1.0 \
--add-include-path=.
GIRepository_2_0_gir_PACKAGES = gobject-2.0
GIRepository_2_0_gir_INCLUDES = GObject-2.0
+GIRepository_2_0_gir_EXPORT_PACKAGES = gobject-introspection-1.0
GIRepository_2_0_gir_CFLAGS = \
-I$(top_srcdir)/girepository -I$(top_srcdir) \
-DGI_COMPILATION