diff options
Diffstat (limited to 'macros2/Makefile.am')
-rw-r--r-- | macros2/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/macros2/Makefile.am b/macros2/Makefile.am new file mode 100644 index 0000000..a0aa441 --- /dev/null +++ b/macros2/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.sh + +aclocaldir = $(datadir)/aclocal +aclocal_DATA = $(MATE2_MACROS) + +bin_SCRIPTS = mate-autogen.sh |