[libss7-commits] mattf: tag 0.9.0 r154 - /tags/0.9.0/Makefile
SVN commits to the libss7 project
libss7-commits at lists.digium.com
Tue Apr 29 23:20:16 CDT 2008
Author: mattf
Date: Tue Apr 29 23:20:16 2008
New Revision: 154
URL: http://svn.digium.com/view/libss7?view=rev&rev=154
Log:
Remove unintentional addition of sccp.o from Makefile
Modified:
tags/0.9.0/Makefile
Modified: tags/0.9.0/Makefile
URL: http://svn.digium.com/view/libss7/tags/0.9.0/Makefile?view=diff&rev=154&r1=153&r2=154
==============================================================================
--- tags/0.9.0/Makefile (original)
+++ tags/0.9.0/Makefile Tue Apr 29 23:20:16 2008
@@ -5,8 +5,8 @@
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
More information about the libss7-commits
mailing list