diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..e969c54 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,5 @@ +## Process this file with automake to produce Makefile.in +AUTOMAKE_OPTIONS = foreign +SUBDIRS=include bsd_src common client server clients man contrib doc tests +EXTRA_DIST=fspd.conf FILES INFO BETA.README \ + MACHINES COPYRIGHT setup.sh setup.csh diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..59dff13 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,2 @@ +noinst_PROGRAMS=mklargefile +extra_DIST=mklargefile.py