shithub: libsamplerate

Download patch

ref: 842b74b0a43fcacd72d53831262169b4c35c98cb
parent: d61c04715476bf4dc31e0890dd57faff2cbdbc55
author: Erik de Castro Lopo <erikd@mega-nerd.com>
date: Sun Feb 10 05:42:17 EST 2008

Makefile.am : Add DISTCHECK_CONFIGURE_FLAGS.

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,10 @@
-DIST_SUBDIRS = Win32 @subdirs@
-SUBDIRS = @subdirs@
+## Process this file with automake to produce Makefile.in
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
+
+SUBDIRS = src doc examples tests
+DIST_SUBDIRS = Win32 $(SUBDIRS)
+
 EXTRA_DIST = reconfigure.mk libsamplerate.spec.in samplerate.pc.in Make.bat
  
 pkgconfigdir = $(libdir)/pkgconfig
@@ -14,10 +19,4 @@
 
 check-asm :
 	(cd src && make check-asm)
-
-## Do not edit or modify anything in this comment block.
-## The arch-tag line is a file identity tag for the GNU Arch 
-## revision control system.
-##
-## arch-tag: 73b721ae-3dbf-4130-997e-923cac695453