~ubuntu-branches/ubuntu/utopic/xf86-input-wacom/utopic

« back to all changes in this revision

Viewing changes to conf/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2014-09-10 16:34:04 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20140910163404-0334r2g4juh1r1j2
Tags: 1:0.25.0-0ubuntu1
* New upstream release.
* Drop the udev script and use the upstream provided one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CLEANFILES=
 
2
 
1
3
if HAS_XORG_CONF_DIR
2
4
dist_config_DATA = 50-wacom.conf
3
5
else
4
6
fdidir = $(datadir)/hal/fdi/policy/20thirdparty
5
7
dist_fdi_DATA = wacom.fdi
6
8
endif
 
9
 
 
10
if HAVE_SYSTEMD_UNIT_DIR
 
11
unitdir = $(SYSTEMD_UNIT_DIR)
 
12
unit_DATA = wacom-inputattach@.service
 
13
 
 
14
$(unit_DATA): $(unit_DATA).in
 
15
        $(AM_V_GEN)$(SED) -e 's|__BIN_PREFIX__|$(bindir)|g' < $< > $@ 
 
16
 
 
17
CLEANFILES += wacom-inputattach@.service
 
18
endif
 
19
 
 
20
if HAVE_UDEV_RULES_DIR
 
21
udevdir=$(UDEV_RULES_DIR)
 
22
udev_DATA = wacom.rules
 
23
endif
 
24
 
 
25
EXTRA_DIST = wacom.rules wacom-inputattach@.service.in