[gitg] Remove dash from autotools



commit 6f45205047dbcf43469587089342479e9a2f8148
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Fri Mar 1 13:05:05 2013 +0100

    Remove dash from autotools

 configure.ac        |    1 -
 plugins/Makefile.am |    2 +-
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 60be120..a79f6a3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -306,7 +306,6 @@ data/org.gnome.gitg.gschema.xml.in
 po/Makefile.in
 tests/Makefile
 plugins/Makefile
-plugins/dash/Makefile
 plugins/history/Makefile
 plugins/history/org.gnome.gitg.history.gschema.xml.in
 plugins/diff/Makefile
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 961592d..d1fccaf 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -1,3 +1,3 @@
-SUBDIRS = dash history diff files
+SUBDIRS = history diff files
 
 -include $(top_srcdir)/git.mk


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