From 2c3a85000962522b40a585ffa3848e5f232119e0 Mon Sep 17 00:00:00 2001 From: Oliver Gutierrez Date: Mon, 23 Dec 2019 11:47:10 +0000 Subject: [PATCH] Updated autotools and version bump --- configure.ac | 2 +- src/Makefile.am | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8913b12..5b71c76 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(fleet-commander-client, 0.14.0, aruiz@redhat.com) +AC_INIT(fleet-commander-client, 0.15.0, aruiz@redhat.com) AC_COPYRIGHT([Copyright 2014,2015,2016,2017,2018,2019 Red Hat, Inc.]) AC_PREREQ(2.64) diff --git a/src/Makefile.am b/src/Makefile.am index 1d086c1..524483c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,7 @@ fc_client_confadapt_py_SCRIPTS = \ fleetcommanderclient/configadapters/goa.py \ fleetcommanderclient/configadapters/chromium.py \ fleetcommanderclient/configadapters/firefox.py \ + fleetcommanderclient/configadapters/firefoxbookmarks.py \ fleetcommanderclient/configadapters/networkmanager.py \ fleetcommanderclient/configadapters/dconf.py @@ -15,6 +16,7 @@ fc_client_adapters_py_SCRIPTS = \ fleetcommanderclient/adapters/goa.py \ fleetcommanderclient/adapters/chromium.py \ fleetcommanderclient/adapters/firefox.py \ + fleetcommanderclient/adapters/firefoxbookmarks.py \ fleetcommanderclient/adapters/nm.py \ fleetcommanderclient/adapters/dconf.py