From 2a826ce4e1f873cf110229f4881c2c8c70b948d4 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 2 Aug 2003 03:47:24 +0000 Subject: [PATCH] Remove that directory in EXTRA_DIST! --- Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 28cc906f..a0c1c12e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.9 2003/07/28 02:25:37 rocky Exp $ +# $Id: Makefile.am,v 1.10 2003/08/02 03:47:24 rocky Exp $ # # Copyright (C) 2003 Rocky Bernstein # @@ -20,7 +20,8 @@ ## which configure then turns into a Makefile ... ## which make can then use to produce stuff. Isn't configuration simple? -EXTRA_DIST = libpopt.m4 THANKS libcdio.spec.in +EXTRA_DIST = libpopt.m4 THANKS libcdio.spec.in \ + example/README example/sample1.c SUBDIRS = doc include lib src test