ref: e4dc46c1fedbd7c20fd987c08073b7148bff625b
parent: 4a32e6ce83434f8d0c4cb33d3189569f3b33da89
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sun Jan 11 15:08:03 EST 2009
Remove Win32 directory from distributed tarball.
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,9 +3,9 @@
DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
SUBDIRS = src doc examples tests
-DIST_SUBDIRS = Win32 $(SUBDIRS)
+DIST_SUBDIRS = $(SUBDIRS)
-EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat
+EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = samplerate.pc
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
dnl Require autoconf version >= 2.57)
AC_PREREQ(2.57)
-AC_INIT([libsamplerate],[0.1.5pre1],[erikd@mega-nerd.com])
+AC_INIT([libsamplerate],[0.1.5],[erikd@mega-nerd.com])
# Put config stuff in Cfg.
AC_CONFIG_AUX_DIR(Cfg)
@@ -273,7 +273,7 @@
AC_SUBST(SNDFILE_CFLAGS)
AC_SUBST(SNDFILE_LIBS)
-AC_CONFIG_FILES([Makefile src/Version_script Win32/Makefile Win32/Makefile.mingw \
+AC_CONFIG_FILES([Makefile src/Version_script \
src/Makefile examples/Makefile tests/Makefile doc/Makefile \
libsamplerate.spec samplerate.pc])
AC_OUTPUT