From 277df80074ab9e13813dfdcde53791e2ffd233ab Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 14 Nov 2004 18:33:13 +0000 Subject: [PATCH] lib/Makefile.am: make sure we include .sys files in distribution. configure.ac: get ready for 0.71 Makefile.am: one of those m4's doesn't exist here. --- Makefile.am | 4 ++-- configure.ac | 4 ++-- lib/Makefile.am | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 23b8a649..0ae21c39 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.25 2004/11/06 12:29:37 rocky Exp $ +# $Id: Makefile.am,v 1.26 2004/11/14 18:33:13 rocky Exp $ # # Copyright (C) 2003, 2004 Rocky Bernstein # @@ -20,7 +20,7 @@ ## which configure then turns into a Makefile ... ## which make can then use to produce stuff. Isn't configuration simple? -EXTRA_DIST = config.rpath codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 printf-posix.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 libpopt.m4 THANKS README.libcdio libcdio.spec.in libcdio.spec \ +EXTRA_DIST = config.rpath codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 intmax.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 longdouble.m4 longlong.m4 nls.m4 po.m4 progtest.m4 signed.m4 size_max.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 wchar_t.m4 wint_t.m4 xsize.m4 libpopt.m4 THANKS README.libcdio libcdio.spec.in libcdio.spec \ example/README \ MSVC/config.h MSVC/README MSVC/cd-info.vcproj \ MSVC/libcdio.sln MSVC/libcdio.vcproj diff --git a/configure.ac b/configure.ac index ab9d1d08..cfd64da7 100644 --- a/configure.ac +++ b/configure.ac @@ -16,10 +16,10 @@ dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA. define(RELEASE_NUM, 71) -define(CDIO_VERSION_STR, 0.$1cvs) +define(CDIO_VERSION_STR, 0.$1) AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.112 2004/11/07 19:26:03 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.113 2004/11/14 18:33:13 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c) AM_INIT_AUTOMAKE diff --git a/lib/Makefile.am b/lib/Makefile.am index 794111f6..c56ff0cd 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.57 2004/11/14 17:06:01 nboullis Exp $ +# $Id: Makefile.am,v 1.58 2004/11/14 18:33:13 rocky Exp $ # # Copyright (C) 2003, 2004 Rocky Bernstein # @@ -50,7 +50,8 @@ libiso9660_la_CURRENT := 3 libiso9660_la_REVISION := 0 libiso9660_la_AGE := 0 -EXTRA_DIST = image/Makefile FreeBSD/Makefile MSWindows/Makefile +EXTRA_DIST = image/Makefile FreeBSD/Makefile MSWindows/Makefile \ + libcdio.sym libiso9660.sym noinst_HEADERS = cdio_assert.h cdio_private.h portable.h