shuffle random added songs (with config option)
[gmpc-random-playlist.git] / configure.ac
blob00ee15c92912e9760b2e47a0f5c831a6749e769c
1 AC_INIT(src)
2 AM_CONFIG_HEADER([config.h])
3 AM_INIT_AUTOMAKE([gmpc-random-playlist], [0.1.3],qball@qballcow.nl)
5 AC_PROG_CC
6 AM_DISABLE_STATIC
7 AC_LIBTOOL_DLOPEN
8 AC_PROG_LIBTOOL
10 PKG_CHECK_MODULES([gmpcrandom_playlist],
12         glib-2.0 >= 2.4
13         gobject-2.0 >= 2.4
14         gtk+-2.0 >= 2.4
15         libglade-2.0
16         libxml-2.0
17         gmodule-2.0
18         libmpd >= 0.12.0
19         gmpc  >= 0.13.1
21 AC_SUBST(gmpcrandom_playlist_LIBS)
22 AC_SUBST(gmpcrandom_playlist_CFLAGS)
25 AC_OUTPUT([Makefile src/Makefile])