]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Tue Feb 10 07:18:55 CST 2009 Pekka Pessi <first.last@nokia.com>
authorMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:39:55 +0000 (17:39 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 11 Feb 2009 17:39:55 +0000 (17:39 +0000)
  * 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

index 15ccc01d7c6079af3be951f692238ce764ea8bdb..e2d9914791a3534e52f87a27887f19e306a5d964 100644 (file)
@@ -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