[gedit] Fix makefile.



commit d50b76f9a980ccb0af5f9d05a54d53472d1e6ad3
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Jun 27 18:35:25 2010 +0200

    Fix makefile.

 plugins/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index e876f0a..c51d953 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,12 +1,12 @@
 DIST_SUBDIRS = \
+	checkupdate	\
 	modelines	\
 	changecase	\
-	docinfo
+	docinfo		\
+	sort
 
-#	checkupdate	\
 #	filebrowser 	\
 #	modelines	\
-#	sort 		\
 #	spell 		\
 #	taglist 	\
 #	time
@@ -18,11 +18,11 @@ DIST_SUBDIRS = \
 SUBDIRS = \
 	modelines	\
 	changecase	\
-	docinfo
+	docinfo		\
+	sort
 
 #	filebrowser
 #	modelines
-#	sort
 #	taglist
 #	time
 #	pythonconsole



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