mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
16 lines
192 B
Makefile
16 lines
192 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
datafiles = bluetooth bluetooth.conf
|
|
|
|
if PCMCIA
|
|
pcmciadir = $(sysconfdir)/pcmcia
|
|
|
|
pcmcia_DATA = $(datafiles)
|
|
endif
|
|
|
|
EXTRA_DIST = $(datafiles)
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|