diff options
author | Philip Chimento <philip@endlessm.com> | 2013-07-22 23:43:53 -0700 |
---|---|---|
committer | Philip Chimento <philip@endlessm.com> | 2013-07-22 23:43:53 -0700 |
commit | 9619c0f8b7bf8ba45a0e688eea782dedf817424d (patch) | |
tree | 0af576888e1e986c78b8fb679ea72800d21d3cbe /Makefile.am | |
parent | ae9928b88ac2bcc82921e04e8cf4df5e18be174d (diff) |
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]
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
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 |