From 4f84c6f31a022c9f63ae2ad3afdde35d00743877 Mon Sep 17 00:00:00 2001 From: rocky Date: Tue, 29 Nov 2005 03:56:26 +0000 Subject: [PATCH] Forgot to include mmc.hpp --- 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 3c2a5001..827ecf95 100644 --- a/include/cdio++/Makefile.am +++ b/include/cdio++/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2005/11/11 12:26:57 rocky Exp $ +# $Id: Makefile.am,v 1.3 2005/11/29 03:56:26 rocky Exp $ # # Copyright (C) 2005 Rocky Bernstein # @@ -29,5 +29,6 @@ libcdioinclude_HEADERS = \ devices.hpp \ disc.hpp \ enum.hpp \ + mmc.hpp \ read.hpp \ track.hpp