From c6d42e9779d9bb53f1eb3afa3f72f363c32d4b46 Mon Sep 17 00:00:00 2001 From: Mark Spencer <markster@digium.com> Date: Wed, 27 Aug 2003 16:05:14 +0000 Subject: [PATCH] Minor makefile fix git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1443 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/h323/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/h323/Makefile b/channels/h323/Makefile index 3ed832b040..d650218531 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 -- GitLab