Add mate to the build process (plus a few whitespace changes)

svn path=/trunk/; revision=13051
This commit is contained in:
Jörg Mayer 2005-01-15 18:39:44 +00:00
parent e0eba32f0d
commit ec6c844387
2 changed files with 5 additions and 4 deletions

View File

@ -89,9 +89,9 @@ AC_ARG_WITH(extra-gcc-checks,
ethereal_extra_gcc_flags=" -Wcast-qual -Wcast-align -Wbad-function-cast -pedantic -Wstrict-prototypes"
fi
],)
AC_MSG_CHECKING(to see if we can add '-Wall -W$ethereal_extra_gcc_flags' to CFLAGS)
AC_MSG_CHECKING(to see if we can add '-Wall -W $ethereal_extra_gcc_flags' to CFLAGS)
if test x$GCC != x ; then
CFLAGS="-D_U_=\"__attribute__((unused))\" -Wall -W$ethereal_extra_gcc_flags $CFLAGS"
CFLAGS="-D_U_=\"__attribute__((unused))\" -Wall -W $ethereal_extra_gcc_flags $CFLAGS"
AC_MSG_RESULT(yes)
else
CFLAGS="-D_U_=\"\" $CFLAGS"
@ -513,7 +513,7 @@ AC_SUBST(editcap_man)
# Enable/disable capinfos
AC_ARG_ENABLE(capinfos,
[ --enable-capinfos build capinfos. [default=yes]],enable_capinfos=$enableval,enable_capinfos=yes)
[ --enable-capinfos build capinfos. [default=yes]],enable_capinfos=$enableval,enable_capinfos=yes)
if test "x$enable_capinfos" = "xyes" ; then
capinfos_bin="capinfos\$(EXEEXT)"
@ -1238,6 +1238,7 @@ AC_OUTPUT(
plugins/gryphon/Makefile
plugins/irda/Makefile
plugins/lwres/Makefile
plugins/mate/Makefile
plugins/megaco/Makefile
plugins/mgcp/Makefile
plugins/opsi/Makefile

View File

@ -21,7 +21,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
SUBDIRS = acn artnet asn1 ciscosm docsis enttec giop gryphon irda lwres megaco mgcp opsi pcli rdm rlm rtnet rudp v5ua
SUBDIRS = acn artnet asn1 ciscosm docsis enttec giop gryphon irda lwres mate megaco mgcp opsi pcli rdm rlm rtnet rudp v5ua
plugindir = @plugindir@