Hi John, Thank you for the patch. It's applied to the trunk.
On Wed, Sep 16, 2009 at 00:50, John Wong <[email protected]> wrote: > Hi > > > > I’ve been starting some work on getting sipXtapi to generate RPMs. Here are > some fixes needed for sipXportLib. Please ignore the revision 3735 number – > this is from our local vendor drop copy of the sipXtapi source. > > > > Index: sipXtapi/sipXportLib/include/Makefile.am > > =================================================================== > > --- sipXtapi/sipXportLib/include/Makefile.am (revision 3735) > > +++ sipXtapi/sipXportLib/include/Makefile.am (working copy) > > @@ -116,12 +116,14 @@ > > os/StunMessage.h \ > > os/StunUtils.h \ > > os/TurnMessage.h \ > > + xmlparser/ExtractContent.h \ > > xmlparser/tinystr.h \ > > xmlparser/tinyxml.h \ > > xmlparser/TiXmlIterator.h \ > > utl/UtlLongLongInt.h \ > > utl/UtlNameValueTokenizer.h \ > > utl/UtlBool.h \ > > + utl/UtlChainPool.h \ > > utl/UtlCrc32.h \ > > utl/UtlCryptoData.h \ > > utl/UtlCryptoKey.h \ > > Index: sipXtapi/sipXportLib/src/Makefile.am > > =================================================================== > > --- sipXtapi/sipXportLib/src/Makefile.am (revision 3735) > > +++ sipXtapi/sipXportLib/src/Makefile.am (working copy) > > @@ -182,7 +182,8 @@ > > xmlparser/TiXmlIterator.cpp \ > > xmlparser/ExtractContent.cpp \ > > hmac-sha1/hmac-sha1.c \ > > - hmac-sha1/sha1.c > > + hmac-sha1/sha1.c \ > > + hmac-sha1/sha1.h > > > > EXTRA_DIST= \ > > os/Wnt/getWindowsDNSServers.cpp \ > > Index: sipXtapi/sipXportLib/sipxportlib.spec.in > > =================================================================== > > --- sipXtapi/sipXportLib/sipxportlib.spec.in (revision 3735) > > +++ sipXtapi/sipXportLib/sipxportlib.spec.in (working copy) > > @@ -118,3 +118,5 @@ > > %{_includedir}/utl/* > > %{_includedir}/xmlparser/* > > %{_includedir}/sipxunit/* > > +%{_includedir}/SipXportLibInit.h > > + > > > > John Wong > > Sr. Firmware Design > > [email protected] > > > > > > _______________________________________________ > sipxtapi-dev mailing list > [email protected] > List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/ > -- Regards, Alexander Chemeris. SIPez LLC. SIP VoIP, IM and Presence Consulting http://www.SIPez.com tel: +1 (617) 273-4000 _______________________________________________ sipxtapi-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipxtapi-dev/
