aboutsummaryrefslogtreecommitdiffstats
path: root/channels/h323/Makefile
diff options
context:
space:
mode:
authorjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-20 23:36:40 +0000
committerjeremy <jeremy@f38db490-d61c-443f-a65b-d21fe96a405b>2003-05-20 23:36:40 +0000
commita95b62818c8c805b143778086a094c9831a1b8ee (patch)
tree8088693678536d2756b52c437c4ba3d13d5d0d99 /channels/h323/Makefile
parentadb97b5067be3a5a935c1fe5647b7b602097d886 (diff)
clarify messages, try to stop another debian seg
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1048 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 740306dd2..c7b7d13f3 100755
--- a/channels/h323/Makefile
+++ b/channels/h323/Makefile
@@ -56,12 +56,12 @@ samples:
chan_h323.o: chan_h323.c
- $(CC) -g -c -o $@ $(CFLAGS) $<
+ $(CC) -g -pg -c -o $@ $(CFLAGS) $<
ast_h323.o: ast_h323.cpp
- g++ -g -c -o $@ $(CFLAGS) $<
+ g++ -g -pg -c -o $@ $(CFLAGS) $<
chan_h323.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_r -L$(OPENH323DIR)/lib -lh323_linux_x86_r -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat
+ 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
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