[libss7-commits] mattf: trunk r153 - /trunk/Makefile
SVN commits to the libss7 project
libss7-commits at lists.digium.com
Tue Apr 29 23:19:20 CDT 2008
Author: mattf
Date: Tue Apr 29 23:19:20 2008
New Revision: 153
URL: http://svn.digium.com/view/libss7?view=rev&rev=153
Log:
Remove sccp object from build
Modified:
trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/libss7/trunk/Makefile?view=diff&rev=153&r1=152&r2=153
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Tue Apr 29 23:19:20 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