18 lines
361 B
Diff
18 lines
361 B
Diff
|
Sent as upstream PR: https://github.com/linux-nfc/neard/pull/15
|
||
|
---
|
||
|
diff --git a/Makefile.am b/Makefile.am
|
||
|
index 26aa4ca..1ff5d31 100644
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -111,6 +111,10 @@ dbusdir = ${sysconfdir}/dbus-1/system.d/
|
||
|
|
||
|
dist_dbus_DATA = src/org.neard.conf
|
||
|
|
||
|
+if SE
|
||
|
+dist_dbus_DATA += se/org.neard.se.conf
|
||
|
+endif
|
||
|
+
|
||
|
if MAINTAINER_MODE
|
||
|
|
||
|
if SE
|