From: Michael Jerris Date: Wed, 11 Feb 2009 17:39:55 +0000 (+0000) Subject: Tue Feb 10 07:18:55 CST 2009 Pekka Pessi X-Git-Tag: v1.0.3~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa58d2100bd8caef629a99b7a76d90f65948e2b6;p=thirdparty%2Ffreeswitch.git Tue Feb 10 07:18:55 CST 2009 Pekka Pessi * s2check: added s2util.h, s2_fast_forward() git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11877 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/libs/sofia-sip/s2check/Makefile.am b/libs/sofia-sip/s2check/Makefile.am index 15ccc01d7c..e2d9914791 100644 --- a/libs/sofia-sip/s2check/Makefile.am +++ b/libs/sofia-sip/s2check/Makefile.am @@ -19,7 +19,8 @@ noinst_LIBRARIES = libs2.a # Rules for building the targets libs2_a_SOURCES = s2check.h s2tcase.c \ - s2_localinfo.h s2_localinfo.c + s2_localinfo.h s2_localinfo.c \ + s2util.h s2time.c # ---------------------------------------------------------------------- # Install and distribution rules