From c103f1258688889ea2706463dd4a738e92a8c587 Mon Sep 17 00:00:00 2001 From: James Liggett Date: Sun, 4 May 2008 17:27:23 -0700 Subject: [PATCH] Add a missing backslash in plugins/Makefile.am --- plugins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 81860b24..3562af1f 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -32,7 +32,7 @@ SUBDIRS = . \ language-manager \ symbol-db \ symbol-browser \ - git + git \ sourceview \ run-program -- 2.11.4.GIT