[gedit-plugins] Remove stray slash in Makefile.am



commit 60ce03fc3248e6470500fcfcbbe9838d928d6d2d
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Jan 15 15:04:44 2011 +0100

    Remove stray slash in Makefile.am
    
    Bug #630838, patch by Jasper Lievisse Adriaanse

 plugins/bookmarks/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/bookmarks/Makefile.am b/plugins/bookmarks/Makefile.am
index dade23a..bc7fd82 100644
--- a/plugins/bookmarks/Makefile.am
+++ b/plugins/bookmarks/Makefile.am
@@ -14,7 +14,7 @@ libbookmarks_la_SOURCES = \
 	gedit-bookmarks-plugin.h			\
 	gedit-bookmarks-plugin.c	
 
-libbookmarks_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)				\
+libbookmarks_la_LDFLAGS = $(PLUGIN_LIBTOOL_FLAGS)
 libbookmarks_la_LDADD =	$(GEDIT_LIBS)
 
 support_DATA = bookmark.png



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