Mercurial > audlegacy-plugins
changeset 36:b223a90f8a9a trunk
[svn] - build fixes.
author | yaz |
---|---|
date | Mon, 18 Sep 2006 08:59:51 -0700 |
parents | 33ed88fef9f5 |
children | f6742b7270bb |
files | ChangeLog configure.ac src/alsa/init.c src/scrobbler/config.h |
diffstat | 4 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Sep 18 08:54:41 2006 -0700 +++ b/ChangeLog Mon Sep 18 08:59:51 2006 -0700 @@ -1,3 +1,11 @@ +2006-09-18 15:54:41 +0000 Tony Vroon <chainsaw@gentoo.org> + revision [70] + Let us not go crazy with the ../ there, your includes are not *that* far away, hmmkay? + + Changes: Modified: + +3 -3 trunk/src/adplug/core/Makefile + + 2006-09-18 15:47:33 +0000 Jonathan Schleifer <js@h3c.de> revision [68] #include "audacious/util.h"? WTF? Fixed.
--- a/configure.ac Mon Sep 18 08:54:41 2006 -0700 +++ b/configure.ac Mon Sep 18 08:59:51 2006 -0700 @@ -872,7 +872,6 @@ AM_CONDITIONAL(HAVE_LINUX_JOYSTICK,test "${ac_cv_header_linux_joystick_h}" = "yes") CFLAGS="$CFLAGS $AUDACIOUS_CFLAGS" -LDFLAGS="$LDFLAGS $AUDACIOUS_LIBS" AC_MSG_CHECKING(if __ELF__ is defined) AC_EGREP_CPP(yes,
--- a/src/alsa/init.c Mon Sep 18 08:54:41 2006 -0700 +++ b/src/alsa/init.c Mon Sep 18 08:59:51 2006 -0700 @@ -16,6 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include <glib.h> #include "audacious/main.h" #include "alsa.h" #include <dlfcn.h>