From: Johan Dahlin Date: Mon, 14 Dec 2009 23:42:54 +0000 (-0200) Subject: Install Makefile.introspection in the right dir X-Git-Tag: GOBJECT_INTROSPECTION_0_6_7~6 X-Git-Url: http://git.roojs.org/?p=gnome.gobject-introspection;a=commitdiff_plain;h=d6b9eb6f71a2acc4f915933f9c2bccde26094fa5 Install Makefile.introspection in the right dir Also, make sure that it is included in the dist --- diff --git a/Makefile.am b/Makefile.am index 2bb5ee1..1539706 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 \