From: Paul Cadach Date: Wed, 20 Sep 2006 17:48:52 +0000 (+0000) Subject: Fix missed extension replacement X-Git-Tag: 1.4.0-beta1~26 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a704e298e7e80576a6d0960da653800accc6e8c4;p=thirdparty%2Fasterisk.git Fix missed extension replacement git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43347 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/h323/Makefile.in b/channels/h323/Makefile.in index 7558a7ce37..82e297e1fb 100644 --- a/channels/h323/Makefile.in +++ b/channels/h323/Makefile.in @@ -35,7 +35,7 @@ $(SOURCES):: Makefile ../../Makefile libchanh323.a: $(OBJS) ar crv $@ $(OBJS) -cisco-h225.cpp:: cisco-h225.asn +cisco-h225.cxx:: cisco-h225.asn asnparser -m CISCO_H225 -c $< Makefile.ast: