* #7242: Fix per target compilation in plugins

This commit is contained in:
Tristan Matthews
2011-10-19 16:09:47 -04:00
parent 35d9512ef8
commit 4ef4e2038b
2 changed files with 3 additions and 1 deletions

2
plugins/.gitignore vendored
View File

@ -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

View File

@ -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