From b6d9b506287fd21b249ed580f5ef25e7f93ab7b6 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Fri, 24 Jul 2020 09:23:13 +0200 Subject: [PATCH] - coding style --- client/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile.am b/client/Makefile.am index 108e0dd4..ae4a8e65 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -14,7 +14,7 @@ libclient_la_SOURCES = \ commands.cc commands.h \ errors.cc errors.h -libclient_la_LIBADD = utils/libutils.la ../dbus/libdbus.la +libclient_la_LIBADD = utils/libutils.la ../dbus/libdbus.la bin_PROGRAMS = snapper -- 2.47.3