[libss7-commits] mattf: tag 0.9.0 r152 - in /tags/0.9.0: ./ Makefile
SVN commits to the libss7 project
libss7-commits at lists.digium.com
Tue Apr 29 23:18:24 CDT 2008
Author: mattf
Date: Tue Apr 29 23:18:22 2008
New Revision: 152
URL: http://svn.digium.com/view/libss7?view=rev&rev=152
Log:
Initial 0.0.9 release
Added:
tags/0.9.0/
- copied from r151, trunk/
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=152&r1=151&r2=152
==============================================================================
--- tags/0.9.0/Makefile (original)
+++ tags/0.9.0/Makefile Tue Apr 29 23:18:22 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
-DYNAMIC_OBJS=mtp2.o ss7_sched.o ss7.o mtp3.o isup.o
+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_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