From 3fd88b3d20d281b9762279961cbb244d6589f600 Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Fri, 7 May 2004 23:35:37 +0000 Subject: [PATCH] need makefile in auxdir/ --- auxdir/Makefile.am | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 auxdir/Makefile.am diff --git a/auxdir/Makefile.am b/auxdir/Makefile.am new file mode 100644 index 00000000000..605caddb5e5 --- /dev/null +++ b/auxdir/Makefile.am @@ -0,0 +1,17 @@ +##**************************************************************************** +## $Id$ +##**************************************************************************** +## Process this file with automake to produce Makefile.in. +##**************************************************************************** + +EXTRA_DIST = \ + acx_pthread.m4 \ + slurm.m4 \ + type_socklen_t.m4 \ + x_ac__system_configuration.m4 \ + x_ac_debug.m4 \ + x_ac_elan.m4 \ + x_ac_gpl_licensed.m4 \ + x_ac_readline.m4 \ + x_ac_setproctitle.m4 \ + x_ac_slurm_ssl.m4 -- GitLab