From 9619c0f8b7bf8ba45a0e688eea782dedf817424d Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Mon, 22 Jul 2013 23:43:53 -0700 Subject: Autoconf macros for checking GIR files EOS_PROG_GJS checks for the existence of GJS in the path; EOS_CHECK_GJS_GIR checks that a GIR can be loaded in GJS, optionally with a certain version number; and EOS_CHECK_GJS_GIR_API checks for particular API being available in a GIR in GJS. [endlessm/eos-sdk#168] --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fc08ee0..4e0bfe1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -126,6 +126,13 @@ gjsoverridedir = ${datadir}/gjs-1.0/overrides dist_gjsoverride_DATA = \ overrides/Endless.js +# # # INSTALLED M4 MACROS # # # + +m4dir = ${datadir}/aclocal +m4_DATA = \ + m4/eos-gir.m4 \ + $(NULL) + # # # TESTS # # # include $(top_srcdir)/test/Makefile.am -- cgit v1.2.3