From 457035e9394849df8dfbdafa5bb1c1f66d053993 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 25 Jul 2004 16:35:29 +0000 Subject: [PATCH] Add dvd.h to list of includes. --- include/cdio/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/cdio/Makefile.am b/include/cdio/Makefile.am index 19045de1..f8d5bcb0 100644 --- a/include/cdio/Makefile.am +++ b/include/cdio/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.10 2004/07/08 01:27:58 rocky Exp $ +# $Id: Makefile.am,v 1.11 2004/07/25 16:35:29 rocky Exp $ # # Copyright (C) 2003, 2004 Rocky Bernstein # @@ -26,6 +26,7 @@ libcdioinclude_HEADERS = \ cdio.h \ cdtext.h \ cd_types.h \ + dvd.h \ iso9660.h \ logging.h \ sector.h \