Fix missed extension replacement

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43347 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Paul Cadach
2006-09-20 17:48:52 +00:00
parent 84946195e9
commit a704e298e7

View File

@@ -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: