diff options
| author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-26 11:38:05 +0100 |
|---|---|---|
| committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2020-10-26 11:38:05 +0100 |
| commit | c53da7f664feb24ce3f7a87145dc33189636e274 (patch) | |
| tree | 730a45a1872d16cdee95b47c26fc4e42aa63f623 /src/Makefile.am | |
| parent | 21b8f5e95840ddfb65b9fcfdd1a9fe83c07a36b9 (diff) | |
| parent | 00c7151199adb5271b558a39d2398804c0b58447 (diff) | |
| download | ayatana-indicator-bluetooth-c53da7f664feb24ce3f7a87145dc33189636e274.tar.gz ayatana-indicator-bluetooth-c53da7f664feb24ce3f7a87145dc33189636e274.tar.bz2 ayatana-indicator-bluetooth-c53da7f664feb24ce3f7a87145dc33189636e274.zip | |
Merge branch 'sunweaver-pr/make-url-dispatcher-optional'
Attributes GH PR #4: https://github.com/AyatanaIndicators/ayatana-indicator-bluetooth/pull/4
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 = \ |
