[libss7-commits] mattf: trunk r152 - /trunk/Makefile

SVN commits to the libss7 project libss7-commits at lists.digium.com
Tue Apr 29 23:18:26 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

Modified:
    trunk/Makefile

Modified: trunk/Makefile
URL: http://svn.digium.com/view/libss7/trunk/Makefile?view=diff&rev=152&r1=151&r2=152
==============================================================================
--- trunk/Makefile (original)
+++ trunk/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