diff options
Diffstat (limited to 'macros/Makefile.am')
-rw-r--r-- | macros/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am new file mode 100644 index 0000000..a94ad27 --- /dev/null +++ b/macros/Makefile.am @@ -0,0 +1,12 @@ +## Please update this variable if any new macros are created + +MATE2_MACROS = \ + mate-common.m4 \ + mate-compiler-flags.m4 + +EXTRA_DIST = $(MATE2_MACROS) mate-autogen + +aclocaldir = $(datadir)/aclocal +aclocal_DATA = $(MATE2_MACROS) + +bin_SCRIPTS = mate-autogen |