dnl Check for Gtk+
AM_PATH_GTK(1.0.1)
CFLAGS="$CFLAGS $GTK_CFLAGS"
-LDFALGS="$LDFLAGS $GTK_LIBS"
+LDFLAGS="$LDFLAGS $GTK_LIBS"
+
AM_CONFIG_HEADER(include/aconfig.h)
include/Makefile utils/Makefile utils/alsa-utils.spec xamixer2/Makefile)
else
+ AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.)
AC_OUTPUT(Makefile alsactl/Makefile alsamixer/Makefile amixer/Makefile aplay/Makefile \
include/Makefile utils/Makefile utils/alsa-utils.spec)
- AC_MSG_RESULT(Not building XAmixer2 as Gtk+ was not found.)
fi
/* Begin #define statements */
#define RCFILE ".xamixerrc"
+#define VERSION "0.1.3"
/* End #define statements */
/*****************************************************************************/