aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/Makefile
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-02 04:45:37 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-02 04:45:37 +0000
commitf300bb74a459860d44ac78f2d78d8f5997d081c9 (patch)
tree3eb38e851c17d34d1aeb6d56305385f958cd9c4b /channels/h323/Makefile
parent8b1625f2ce08b660f15e62105ee0ba496e63a534 (diff)
remote memory profiling
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1248 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/h323/Makefile')
-rwxr-xr-xchannels/h323/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/channels/h323/Makefile b/channels/h323/Makefile
index 56d8ec03d..b2ba3094b 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