diff options
author | Johan Dahlin <jdahlin@litl.com> | 2009-12-14 17:21:54 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-14 20:59:56 -0200 |
commit | ca7865b8b29e8a764e3511d556e16c00432c2fd2 (patch) | |
tree | 703be5f949a57e370ea9716c38506033aca0fd6d /Makefile.am | |
parent | db381df952f39a2a50ca29e83bfe1d3235edd3ee (diff) | |
download | gobject-introspection-ca7865b8b29e8a764e3511d556e16c00432c2fd2.tar.gz |
Add a Makefile.introspection
This will make it easier for third-party projects to use
introspection by having easy make rules.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d69ef0fc..2bb5ee12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,6 +32,9 @@ pkgconfig_DATA = gobject-introspection-1.0.pc gobject-introspection-no-export-1. m4dir = $(datadir)/aclocal m4_DATA = m4/introspection.m4 +makedir = $(datadir)/share/gobject-introspection-1.0 +make_DATA = Makefile.introspection + EXTRA_DIST = \ COPYING.LGPL \ COPYING.GPL \ |