[Pkg-voip-commits] [libss7] 02/02: Remove unintentional addition of sccp.o from Makefile

tzafrir at debian.org tzafrir at debian.org
Mon Oct 31 09:45:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

tzafrir pushed a commit to tag 0.9.0
in repository libss7.

commit ea0f12aeb58b88dddc7a4d663c0317b94d085850
Author: Matthew Fredrickson <creslin at digium.com>
Date:   Wed Apr 30 04:20:16 2008 +0000

    Remove unintentional addition of sccp.o from Makefile
    
    git-svn-id: https://origsvn.digium.com/svn/libss7/tags/0.9.0@154 284bc105-fd19-0410-aa88-94cd1a20766c
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 11e187e..9826adb 100644
--- a/Makefile
+++ b/Makefile
@@ -5,8 +5,8 @@ OSARCH=$(shell uname -s)
 INSTALL_PREFIX?=
 INSTALL_BASE=/usr
 libdir?=$(INSTALL_BASE)/lib
-STATIC_OBJS=mtp2.o ss7_sched.o ss7.o mtp3.o isup.o sccp.o
-DYNAMIC_OBJS=mtp2.o ss7_sched.o ss7.o mtp3.o isup.o sccp.o
+STATIC_OBJS=mtp2.o ss7_sched.o ss7.o mtp3.o isup.o
+DYNAMIC_OBJS=mtp2.o ss7_sched.o ss7.o mtp3.o isup.o
 STATIC_LIBRARY=libss7.a
 DYNAMIC_LIBRARY=libss7.so.1.0
 CFLAGS=-Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g -fPIC

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/libss7.git



More information about the Pkg-voip-commits mailing list