[file-roller] fixed build with --enable-run-in-place



commit cfb9186df36b2dba306c3cf7cb8b8dd41c407680
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Thu Aug 4 09:46:07 2011 +0200

    fixed build with --enable-run-in-place

 src/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 424d2b7..3ba9611 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -11,10 +11,10 @@ MKDTEMP_FILES=
 endif
 
 if RUN_IN_PLACE
-privdatadir = $(top_srcdir)/data/
-uidir = $(top_srcdir)/data/ui
+privdatadir = $(abs_top_srcdir)/data/
+uidir = $(abs_top_srcdir)/data/ui
 privexecdir = $(abs_top_builddir)/src/commands/
-shdir = $(top_srcdir)/src/sh/
+shdir = $(abs_top_srcdir)/src/sh/
 else
 privdatadir = $(datadir)/file-roller/
 uidir = $(datadir)/file-roller/ui



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