|
Lines 352-358
endif
Link Here
|
| 352 |
CLEANFILES += $(rules_DATA) |
352 |
CLEANFILES += $(rules_DATA) |
| 353 |
|
353 |
|
| 354 |
EXTRA_DIST += scripts/bluetooth.rules \ |
354 |
EXTRA_DIST += scripts/bluetooth.rules \ |
| 355 |
scripts/bluetooth-hid2hci.rules scripts/bluetooth-serial.rules |
355 |
scripts/bluetooth-hid2hci.rules scripts/bluetooth-serial.rules \ |
|
|
356 |
scripts/bluetooth.service.in scripts/org.bluez.service |
| 356 |
|
357 |
|
| 357 |
if PCMCIA |
358 |
if PCMCIA |
| 358 |
udevdir = $(libexecdir)/udev |
359 |
udevdir = $(libexecdir)/udev |
|
Lines 360-365
udevdir = $(libexecdir)/udev
Link Here
|
| 360 |
dist_udev_SCRIPTS = scripts/bluetooth_serial |
361 |
dist_udev_SCRIPTS = scripts/bluetooth_serial |
| 361 |
endif |
362 |
endif |
| 362 |
|
363 |
|
|
|
364 |
if HAVE_SYSTEMD |
| 365 |
systemdsystemunit_DATA = \ |
| 366 |
scripts/bluetooth.service |
| 367 |
|
| 368 |
scripts/bluetooth.service: scripts/bluetooth.service.in |
| 369 |
@$(SED) -e "s|\@sbindir\@|$(sbindir)|" $< >$@ |
| 370 |
|
| 371 |
dbussystemservicesdir = $(datadir)/dbus-1/system-services |
| 372 |
|
| 373 |
dbussystemservices_DATA = \ |
| 374 |
scripts/org.bluez.service |
| 375 |
|
| 376 |
endif |
| 377 |
|
| 363 |
EXTRA_DIST += doc/manager-api.txt \ |
378 |
EXTRA_DIST += doc/manager-api.txt \ |
| 364 |
doc/adapter-api.txt doc/device-api.txt \ |
379 |
doc/adapter-api.txt doc/device-api.txt \ |
| 365 |
doc/service-api.txt doc/agent-api.txt doc/attribute-api.txt \ |
380 |
doc/service-api.txt doc/agent-api.txt doc/attribute-api.txt \ |
|
Lines 385-393
pkgconfigdir = $(libdir)/pkgconfig
Link Here
|
| 385 |
|
400 |
|
| 386 |
pkgconfig_DATA = bluez.pc |
401 |
pkgconfig_DATA = bluez.pc |
| 387 |
|
402 |
|
| 388 |
DISTCHECK_CONFIGURE_FLAGS = --disable-udevrules --enable-attrib |
403 |
DISTCHECK_CONFIGURE_FLAGS = --disable-udevrules --enable-attrib --with-systemdsystemunitdir= |
| 389 |
|
404 |
|
| 390 |
DISTCLEANFILES = $(pkgconfig_DATA) |
405 |
DISTCLEANFILES = $(pkgconfig_DATA) scripts/bluetooth.service |
| 391 |
|
406 |
|
| 392 |
MAINTAINERCLEANFILES = Makefile.in \ |
407 |
MAINTAINERCLEANFILES = Makefile.in \ |
| 393 |
aclocal.m4 configure config.h.in config.sub config.guess \ |
408 |
aclocal.m4 configure config.h.in config.sub config.guess \ |