[gnome-system-tools] Fix shares/nautilus failing to build



commit ea4a49a4883b3c8ab36b48aa56a6b81839c0012d
Author: Milan Bouchet-Valat <nalimilan club fr>
Date:   Mon Jan 11 20:10:18 2010 +0100

    Fix shares/nautilus failing to build
    
    For some reason, includes were not set correctly.

 src/shares/nautilus/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/shares/nautilus/Makefile.am b/src/shares/nautilus/Makefile.am
index f1b94ee..805cddd 100644
--- a/src/shares/nautilus/Makefile.am
+++ b/src/shares/nautilus/Makefile.am
@@ -1,4 +1,5 @@
-INCLUDES = $(NAUTILUS_CFLAGS)				\
+INCLUDES = $(GST_TOOL_CFLAGS)				\
+	$(NAUTILUS_CFLAGS)				\
 	-DDATADIR=\"$(datadir)\"			\
 	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"	\
 	-I$(top_srcdir)					\



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