From 6d187c9f54e83788076c701d13a57c3985c2af42 Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 11 Sep 2004 13:02:36 +0000 Subject: [PATCH] Apply Patch #3043 Thanks to mccarthy from U of Alberta: Building libcdio with libcddb in a non-standard directory --prefix causes make to fail. --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 3659916a..858be4d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ -# $Id: Makefile.am,v 1.23 2004/05/27 02:46:17 rocky Exp $ +# $Id: Makefile.am,v 1.24 2004/09/11 13:02:36 rocky Exp $ # -# Copyright (C) 2003 Rocky Bernstein +# Copyright (C) 2003, 2004 Rocky Bernstein # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -59,4 +59,4 @@ endif # Put LIBPOPT_CFLAGS after local include in case LIBPOPT has headers common # to those in LIBCDIO_CFLAGS -INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS) $(VCDINFO_CFLAGS) $(LIBPOPT_CFLAGS) +INCLUDES = -I$(top_srcdir) $(LIBCDIO_CFLAGS) $(VCDINFO_CFLAGS) $(CDDB_CFLAGS) $(LIBPOPT_CFLAGS)