mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 10:33:13 +00:00
Minor makefile fix
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1443 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -82,6 +82,6 @@ chan_h323_d.so: chan_h323.o ast_h323.o
|
|||||||
chan_h323_s.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
|
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:
|
clean:
|
||||||
rm -f *.o *.so core.*
|
rm -f *.o *.so core.* libchanh323.a
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user