summaryrefslogtreecommitdiffstats
path: root/pcmcia/Makefile.am
blob: 02999616941a7ad018bb35649997ee48d920b0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 
#  $Id$
#

pcmciadir = $(sysconfdir)/pcmcia

EXTRA_DIST = bluetooth bluetooth.conf

MAINTAINERCLEANFILES = Makefile.in

install-data-local:
	$(mkinstalldirs) $(DESTDIR)$(pcmciadir)
	[ -f $(DESTDIR)$(pcmciadir)/bluetooth ] || \
		$(INSTALL_DATA) $(srcdir)/bluetooth $(DESTDIR)$(pcmciadir)
	[ -f $(DESTDIR)$(pcmciadir)/bluetooth.conf ] || \
		$(INSTALL_DATA) $(srcdir)/bluetooth.conf $(DESTDIR)$(pcmciadir)