[f-spot/rubenv-gsoc-2009: 3/86] Convert absolute path to relative to the build file.



commit 52132c5c7d3d8e4e770dbd380e71596bd215360f
Author: Ruben Vermeersch <ruben savanne be>
Date:   Fri Jul 17 18:41:32 2009 +0200

    Convert absolute path to relative to the build file.

 lib/libfspotraw/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/libfspotraw/Makefile.am b/lib/libfspotraw/Makefile.am
index 0bb7988..02ddd85 100644
--- a/lib/libfspotraw/Makefile.am
+++ b/lib/libfspotraw/Makefile.am
@@ -1,7 +1,7 @@
 include $(top_srcdir)/Makefile.include
 
 LIBRAW = LibRaw-0.8.0-Beta3
-INCLUDES = -I $(top_srcdir) -I $(top_srcdir)/lib/libfspotraw/LibRaw $(F_CFLAGS)
+INCLUDES = -I $(top_srcdir) -I $(srcdir)/LibRaw $(F_CFLAGS)
 
 fspotlibdir = $(libdir)/f-spot
 fspotlib_LTLIBRARIES = libfspotraw.la



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]