[asterisk-commits] pcadach: branch pcadach/chan_h323-live r42927 -
/team/pcadach/chan_h323-live/...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Thu Sep 14 05:56:06 MST 2006
Author: pcadach
Date: Thu Sep 14 07:56:05 2006
New Revision: 42927
URL: http://svn.digium.com/view/asterisk?rev=42927&view=rev
Log:
Fix location of OpenH323's version.h include
Modified:
team/pcadach/chan_h323-live/channels/h323/Makefile.in
Modified: team/pcadach/chan_h323-live/channels/h323/Makefile.in
URL: http://svn.digium.com/view/asterisk/team/pcadach/chan_h323-live/channels/h323/Makefile.in?rev=42927&r1=42926&r2=42927&view=diff
==============================================================================
--- team/pcadach/chan_h323-live/channels/h323/Makefile.in (original)
+++ team/pcadach/chan_h323-live/channels/h323/Makefile.in Thu Sep 14 07:56:05 2006
@@ -31,9 +31,9 @@
PWLIB_BUILD=$(shell cat ${PWLIBDIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' ')
STDCCFLAGS += -D_PWLIB_VERSION=${PWLIB_MAJOR}*10000+${PWLIB_MINOR}*100+${PWLIB_BUILD}
-OPENH323_MAJOR=$(shell cat ${OPENH323DIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' ')
-OPENH323_MINOR=$(shell cat ${OPENH323DIR}/version.h | grep MINOR_VERSION | cut -f3 -d' ')
-OPENH323_BUILD=$(shell cat ${OPENH323DIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' ')
+OPENH323_MAJOR=$(shell cat ${OH323_INCDIR}/version.h | grep MAJOR_VERSION | cut -f3 -d' ')
+OPENH323_MINOR=$(shell cat ${OH323_INCDIR}/version.h | grep MINOR_VERSION | cut -f3 -d' ')
+OPENH323_BUILD=$(shell cat ${OH323_INCDIR}/version.h | grep BUILD_NUMBER | cut -f3 -d' ')
STDCCFLAGS += -D_OPENH323_VERSION=${OPENH323_MAJOR}*10000+${OPENH323_MINOR}*100+${OPENH323_BUILD}
notrace::
More information about the asterisk-commits
mailing list