diff options
author | Johan Dahlin <johan@gnome.org> | 2009-12-14 21:42:54 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-14 21:42:54 -0200 |
commit | d6b9eb6f71a2acc4f915933f9c2bccde26094fa5 (patch) | |
tree | 3e67826abc8d8232bcf87325d5905528a8cf322d | |
parent | 95a110eb187a3609dc2c894a5cabf2cfe6b51963 (diff) | |
download | gobject-introspection-d6b9eb6f71a2acc4f915933f9c2bccde26094fa5.tar.gz |
Install Makefile.introspection in the right dir
Also, make sure that it is included in the dist
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2bb5ee12..15397065 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,8 +32,8 @@ 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 +makedir = $(datadir)/gobject-introspection-1.0 +dist_make_DATA = Makefile.introspection EXTRA_DIST = \ COPYING.LGPL \ |