From babfaba6f6f22b9cfb821c713cac4dbaaefd8605 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Sun, 25 Oct 2020 16:10:26 +0100 Subject: Make dependency on liburl-dispatcher optional. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 245b0f2..44d6406 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,9 +27,11 @@ ayatana_indicator_bluetooth_service_CFLAGS = \ -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ -DLOCALE_DIR=\"$(datadir)/locale\" \ -w \ + $(URL_DISPATCHER_CFLAGS) \ $(SERVICE_DEPS_CFLAGS) ayatana_indicator_bluetooth_service_LDADD = \ + $(URL_DISPATCHER_LIBS) \ $(SERVICE_DEPS_LIBS) CLEANFILES = \ -- cgit v1.2.3