Get rid of bundled beep

This commit is contained in:
Berke Viktor
2013-04-27 23:00:18 +02:00
parent 8e3db00dac
commit 6001ceff9f
15 changed files with 20 additions and 58 deletions

View File

@@ -178,14 +178,14 @@ dnl *********************************************************************
dnl ** GLIB *************************************************************
dnl *********************************************************************
AM_PATH_GLIB_2_0(2.20.0, glib=yes, glib=no)
AM_PATH_GLIB_2_0(2.14.0, glib=yes, glib=no)
if test "$glib" = no; then
AC_MSG_ERROR(Cannot find GLib!)
fi
COMMON_CFLAGS="$GLIB_CFLAGS -DG_DISABLE_SINGLE_INCLUDES"
COMMON_LIBS="$GLIB_LIBS"
COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0 -lgio-2.0"
COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0"
dnl *********************************************************************
dnl ** GTK **************************************************************
@@ -933,7 +933,6 @@ Makefile
share/Makefile
share/icons/Makefile
share/misc/Makefile
share/sounds/Makefile
src/Makefile
src/common/Makefile
src/common/dbus/Makefile