From 1d92bbc09bfc6ce87970c091eb688b9af458832b Mon Sep 17 00:00:00 2001
From: Luigi Rizzo <rizzo@icir.org>
Date: Thu, 6 Apr 2006 15:43:06 +0000
Subject: [PATCH] remove traces of previously merged files

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@17865 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 formats/Makefile | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/formats/Makefile b/formats/Makefile
index 85e488ee9d..2d3b24aa39 100644
--- a/formats/Makefile
+++ b/formats/Makefile
@@ -13,12 +13,6 @@
 
 MODS:=$(patsubst %.c,%.so,$(wildcard format_*.c))
 
-MODS:=$(filter-out format_pcm_alaw.so,$(MODS))
-MODS:=$(filter-out format_au.so,$(MODS))
-
-# merged.	format_pcm_alaw.so
-# merged.	format_au.so
-#
 # OGG/Vorbis format
 # (on FreeBSD is in /usr/local/include/...
 
-- 
GitLab