From 44d5bda5d29b5f7e8ad0a1c4ef73a94e828f8588 Mon Sep 17 00:00:00 2001 From: thesin Date: Wed, 2 Jun 2004 13:30:02 +0000 Subject: [PATCH] Fix the -I-I here instead, sorry about that --- lib/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 80163fb4..36c19cee 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.36 2004/06/02 00:43:53 rocky Exp $ +# $Id: Makefile.am,v 1.37 2004/06/02 13:30:02 thesin Exp $ # # Copyright (C) 2003, 2004 Rocky Bernstein # @@ -100,7 +100,7 @@ libiso9660_la_LIBADD = libcdio.la libiso9660_la_ldflags = -version-info $(libiso9660_la_CURRENT):$(libiso9660_la_REVISION):$(libiso9660_la_AGE) libiso9660_la_dependencies = libcdio.la -INCLUDES = -I$(LIBCDIO_CFLAGS) +INCLUDES = $(LIBCDIO_CFLAGS) ######################################################## # Things to version the symbols in the libraries