Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
4ef4e203
Commit
4ef4e203
authored
Oct 19, 2011
by
Tristan Matthews
Browse files
* #7242: Fix per target compilation in plugins
parent
35d9512e
Changes
2
Hide whitespace changes
Inline
Side-by-side
plugins/.gitignore
View file @
4ef4e203
...
...
@@ -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
plugins/configure.ac
View file @
4ef4e203
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment