From: Jeremy McNamara Date: Sat, 2 Aug 2003 04:45:37 +0000 (+0000) Subject: remote memory profiling X-Git-Tag: 0.5.0~248 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd62e99c23ca6e8818a22e4a9e9df43ddfcc58e5;p=thirdparty%2Fasterisk.git remote memory profiling git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1248 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/h323/Makefile b/channels/h323/Makefile index 56d8ec03d5..b2ba3094ba 100755 --- a/channels/h323/Makefile +++ b/channels/h323/Makefile @@ -66,12 +66,12 @@ samples: chan_h323.o: chan_h323.c - $(CC) -g -pg -c -o $@ $(CFLAGS) $< + $(CC) -g -c -o $@ $(CFLAGS) $< ast_h323.o: ast_h323.cpp - g++ -g -pg -c -o $@ $(CFLAGS) $< + g++ -g -c -o $@ $(CFLAGS) $< chan_h323.so: chan_h323.o ast_h323.o - g++ -g -pg -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib -lpt_linux_x86_r -L$(OPENH323DIR)/lib -lh323_linux_x86_r -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat + g++ -g -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib -lpt_linux_x86_r -L$(OPENH323DIR)/lib -lh323_linux_x86_r -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat chan_h323_d.so: chan_h323.o ast_h323.o g++ -shared -Xlinker -x -o chan_h323.so chan_h323.o ast_h323.o -L$(PWLIBDIR)/lib -lpt_linux_x86_d -L$(OPENH323DIR)/lib -lh323_linux_x86_d -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat