support the compilation with gtk2.

This commit is contained in:
Takashi Iwai 2004-02-26 17:56:12 +00:00
parent 4b57479284
commit 63d29906c0
4 changed files with 16 additions and 4 deletions

View file

@ -5,5 +5,9 @@ AC_PROG_INSTALL
AC_HEADER_STDC
AM_PATH_GTK(1.0.1)
AM_PATH_ALSA(1.0.0)
RMEDIGICONTROL_CFLAGS="$CFLAGS $ALSA_CFLAGS $GTK_CFLAGS"
RMEDIGICONTROL_LIBS="$LIBS $ALSA_LIBS $GTK_LIBS"
AC_SUBST(RMEDIGICONTROL_CFLAGS)
AC_SUBST(RMEDIGICONTROL_LIBS)
AC_OUTPUT(Makefile)