mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #7242: Fix per target compilation in plugins
This commit is contained in:
2
plugins/.gitignore
vendored
2
plugins/.gitignore
vendored
@ -3,6 +3,7 @@
|
||||
.settings/*
|
||||
active
|
||||
autom4te.cache/*
|
||||
compile
|
||||
config.guess
|
||||
config.*
|
||||
configure
|
||||
@ -16,4 +17,3 @@ sflphone.desktop
|
||||
sflphone.desktop.*
|
||||
stamp-h.in
|
||||
stamp-h1
|
||||
|
||||
|
@ -22,6 +22,8 @@ else
|
||||
fi
|
||||
|
||||
AC_PROG_CC_C99
|
||||
dnl For target specific flags
|
||||
AM_PROG_CC_C_O
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
LT_INIT
|
||||
|
Reference in New Issue
Block a user