From a3a3898e37944e64a58d412022931496318e6209 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 22 Jun 2008 12:16:31 +0200 Subject: client: last.fm scrobbling implemented Very very ugly... We should spawn another thread. But for now it's working. (Though the played times are wrong for me, could be a wardrobe issue...) --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 9dec623..f4f1c7d 100644 --- a/configure.in +++ b/configure.in @@ -37,6 +37,6 @@ AC_CHECK_FUNCS([memset]) AC_TYPE_SIZE_T AC_CONFIG_FILES(Makefile src/Makefile) -AC_CONFIG_SUBDIRS([libpiano]) +AC_CONFIG_SUBDIRS([libpiano libwardrobe]) AC_OUTPUT -- cgit v1.2.3