From c2bad596f2d06fe90586721f9b3a3fca921dfeb4 Mon Sep 17 00:00:00 2001 From: okoenig Date: Fri, 28 Feb 2003 17:47:24 +0000 Subject: [PATCH] This Makefile.am was missing; all it does is adding the *.h and Readme files to distribution --- eo/src/do/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 eo/src/do/Makefile.am diff --git a/eo/src/do/Makefile.am b/eo/src/do/Makefile.am new file mode 100644 index 00000000..998e0782 --- /dev/null +++ b/eo/src/do/Makefile.am @@ -0,0 +1,3 @@ +EXTRA_DIST = *.h Readme + +CLEANFILES = *~