diff options
author | Dimitri John Ledkov <dimitri.j.ledkov@intel.com> | 2015-03-16 22:54:07 +0000 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-03-19 21:02:05 -0400 |
commit | 79365fda67fb99f47e8bc85c6ec3bf057a025b4d (patch) | |
tree | ee3ccf86af267a9ec89c2c5a875762f083d998bc /Makefile.am | |
parent | 5ad6091884425c11abd5920dae77b0c283b54123 (diff) |
hwdb: ship ids-update.pl & sdio.ids in the release tarballs
This makes it easier to apply stable branch patches on top of the
release tarball.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dd8b825004..29cfec5a87 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3877,7 +3877,9 @@ dist_udevhwdb_DATA = \ hwdb/70-touchpad.hwdb EXTRA_DIST += \ - units/systemd-hwdb-update.service.in + units/systemd-hwdb-update.service.in \ + hwdb/ids-update.pl \ + hwdb/sdio.ids SYSINIT_TARGET_WANTS += \ systemd-hwdb-update.service |