From fa58d2100bd8caef629a99b7a76d90f65948e2b6 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 11 Feb 2009 17:39:55 +0000 Subject: [PATCH] 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 --- libs/sofia-sip/s2check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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