mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-11-23 23:10:57 +07:00
c47f33a498
The original Makefile.am was drawn to the top level. This commit breaks it out into the various directories with SUBDIRS connecting them. This makes each directory easier to maintain.
13 lines
308 B
Makefile
13 lines
308 B
Makefile
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
rootprefix=@rootprefix@
|
|
udevlibexecdir=$(rootprefix)/lib/udev
|
|
udevhwdbdir = $(udevlibexecdir)/hwdb.d
|
|
dist_udevhwdb_DATA = \
|
|
20-pci-vendor-product.hwdb \
|
|
20-pci-classes.hwdb \
|
|
20-usb-vendor-product.hwdb \
|
|
20-usb-classes.hwdb \
|
|
20-acpi-vendor.hwdb \
|
|
20-OUI.hwdb
|