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



commit f658ff61aa687a8aea7c6e098beb61c61a9233ce
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 2a50e48..dafacae 100644
--- a/libgnome-control-center/Makefile.am
+++ b/libgnome-control-center/Makefile.am
@@ -31,7 +31,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]