From d6b9eb6f71a2acc4f915933f9c2bccde26094fa5 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Mon, 14 Dec 2009 21:42:54 -0200 Subject: [PATCH] Install Makefile.introspection in the right dir Also, make sure that it is included in the dist --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \ -- 2.39.2