From 3a643d48655bdebe48cfbc69f6598c2e922eeca4 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Tue, 2 Jul 2013 09:35:17 -0700 Subject: [PATCH] Make the last commit change use the same formatting for Tp backend --- backends/telepathy/lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backends/telepathy/lib/Makefile.am b/backends/telepathy/lib/Makefile.am index 8551af5..f2d5e8a 100644 --- a/backends/telepathy/lib/Makefile.am +++ b/backends/telepathy/lib/Makefile.am @@ -236,7 +236,8 @@ FolksTelepathy_@API_VERSION_MAJOR@_@API_VERSION_MINOR@_gir_INCLUDES = \ Folks-$(API_VERSION_DOT) \ TelepathyGLib-0.12 \ $(NULL) -FolksTelepathy_@API_VERSION_MAJOR@_@API_VERSION_MINOR@_gir_LIBS = libfolks-telepathy.la \ +FolksTelepathy_@API_VERSION_MAJOR@_@API_VERSION_MINOR@_gir_LIBS = \ + libfolks-telepathy.la \ $(top_builddir)/folks/libfolks.la \ $(NULL) FolksTelepathy_@API_VERSION_MAJOR@_@API_VERSION_MINOR@_gir_FILES = \ -- 2.7.4