ref: 69c20d751aafe341e65c0304dbf4f2b6a584e38f
parent: 8531c0b02ad2456af83f7ef6cec149875c7c219f
author: cbagwell <cbagwell>
date: Sun Feb 25 16:47:07 EST 2007
Add back in mysteriously missing RM defines. How'ed installs ever work without this?
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,6 +29,9 @@
o Fix (m)compand transfer function non-linearities; fix compand
drain volume. (robs)
o Fix crash with pan effect. (robs)
+ o Add missing RM define to Makefiles so installs work.
+ (Bug# 1666599) (cbagwell)
+
Internal improvements:
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,6 +5,8 @@
SUBDIRS = amr-wb @LIBGSM_SUBDIR@ src
DIST_SUBDIRS = amr-wb src/libgsm src
+RM = /bin/rm -f
+
# man pages are not considered to be sources, so need to add "dist_"
# prefix to ensure they are added to the distribution.
dist_man_MANS = sox.1 soxexam.7 libsox.3
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
+RM = /bin/rm -f
+
AM_CFLAGS = @SNDFILE_CFLAGS@ @SAMPLERATE_CFLAGS@ -Wconversion
AM_LDFLAGS = @SNDFILE_LIBS@ @SAMPLERATE_LIBS@