aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-27 16:05:14 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-08-27 16:05:14 +0000
commit9ea1a77af95f8326a764106fd757e43a3ccb20d5 (patch)
treed81385b26ca85810249e78ac521910d3921ef9e6 /channels
parentec26c5471f92bbfc906ef1753f9c4c8846f4fe72 (diff)
Minor makefile fix
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1443 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/h323/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/h323/Makefile b/channels/h323/Makefile
index 3ed832b04..d65021853 100755
--- a/channels/h323/Makefile
+++ b/channels/h323/Makefile
@@ -82,6 +82,6 @@ chan_h323_d.so: chan_h323.o ast_h323.o
chan_h323_s.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_s -L$(OPENH323DIR)/lib -lh323_linux_x86_r_s -L/usr/lib -lpthread -ldl -lcrypto -lssl -lexpat
clean:
- rm -f *.o *.so core.*
+ rm -f *.o *.so core.* libchanh323.a