diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-12-15 15:07:25 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-12-15 15:07:25 +0100 |
commit | 78171d9549fafdfc1e29d30915104a3ad55e116b (patch) | |
tree | 32559b4a6f477e6f91733192359c35deb7d36ce1 /Makefile.am | |
parent | 3fac12b9a05f1849f7b1373060ade18269839856 (diff) |
floppy: fix rule to create additional floppy device nodes
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4435398e72..62fe5a0f07 100644 --- a/Makefile.am +++ b/Makefile.am @@ -235,6 +235,7 @@ dist_udevrules_DATA += extras/edd_id/61-persistent-storage-edd.rules extras_floppy_create_floppy_devices_SOURCES = extras/floppy/create_floppy_devices.c extras_floppy_create_floppy_devices_LDADD = libudev/libudev-private.la libexec_PROGRAMS += extras/floppy/create_floppy_devices +dist_udevrules_DATA += extras/floppy/60-floppy.rules # ------------------------------------------------------------------------------ # input_id - import input device class |