From 9c73b108f7171bb95a89c12729f2bcb3f823e1d3 Mon Sep 17 00:00:00 2001 From: Vreixo Formoso Date: Fri, 22 Feb 2008 15:57:57 +0100 Subject: [PATCH] Fix bug to include buffer-h in dist tarball. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index f4523aa..6492a71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,7 @@ libisofs_libisofs_la_SOURCES = \ libisofs/ecma119_tree.h \ libisofs/ecma119_tree.c \ libisofs/writer.h \ + libisofs/buffer.h \ libisofs/buffer.c \ libisofs/rockridge.h \ libisofs/rockridge.c \