mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #25974: pjsip: added configure script to tree
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,7 +20,6 @@ Makefile
|
||||
autom4te.cache
|
||||
config.guess
|
||||
config.*
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
INSTALL
|
||||
|
1
daemon/.gitignore
vendored
1
daemon/.gitignore
vendored
@ -1,5 +1,6 @@
|
||||
aclocal.m4
|
||||
|
||||
configure
|
||||
src/dbus/org.sflphone.SFLphone.service
|
||||
src/sflphoned
|
||||
|
||||
|
6
daemon/libs/pjproject-2.1.0/configure
vendored
Executable file
6
daemon/libs/pjproject-2.1.0/configure
vendored
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
./aconfigure $*
|
||||
|
||||
# Note:
|
||||
# if you're looking for the old configure script, it has been renamed
|
||||
# to configure-legacy
|
Reference in New Issue
Block a user