Install Makefile.introspection in the right dir
authorJohan Dahlin <johan@gnome.org>
Mon, 14 Dec 2009 23:42:54 +0000 (21:42 -0200)
committerJohan Dahlin <johan@gnome.org>
Mon, 14 Dec 2009 23:42:54 +0000 (21:42 -0200)
Also, make sure that it is included in the dist

Makefile.am

index 2bb5ee1..1539706 100644 (file)
@@ -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            \