summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-14 21:42:54 -0200
committerJohan Dahlin <johan@gnome.org>2009-12-14 21:42:54 -0200
commitd6b9eb6f71a2acc4f915933f9c2bccde26094fa5 (patch)
tree3e67826abc8d8232bcf87325d5905528a8cf322d
parent95a110eb187a3609dc2c894a5cabf2cfe6b51963 (diff)
downloadgobject-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.am4
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 \