[gnome-control-center/gnome-3-0] Typo preventing compilation on some platforms.



commit 5a0b08959cd2b0b6171acdcee7ba64fc575a04a9
Author: Antoine Jacoutot <ajacoutot openbsd org>
Date:   Thu May 26 17:45:23 2011 +0200

    Typo preventing compilation on some platforms.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=651162

 libgnome-control-center/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgnome-control-center/Makefile.am b/libgnome-control-center/Makefile.am
index 0e3d851..562bf6a 100644
--- a/libgnome-control-center/Makefile.am
+++ b/libgnome-control-center/Makefile.am
@@ -32,7 +32,7 @@ libgnome_control_center_la_SOURCES =		\
 	$(NULL)
 
 libgnome_control_center_la_LDFLAGS =		\
-	no-undefined				\
+	-no-undefined				\
 	-version-info $(LIBGNOMECONTROLCENTER_CURRENT):$(LIBGNOMECONTROLCENTER_REVISION):$(LIBGNOMECONTROLCENTER_AGE) \
 	$(NULL)
 



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