summaryrefslogtreecommitdiff
path: root/hwdb/Makefile.am
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-15 20:18:22 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-15 20:18:22 -0500
commitc47f33a498f9c824a48c23987b312b3176602f7f (patch)
tree56d87b528c9149fbdcb6d286feb4a897a65b41cd /hwdb/Makefile.am
parentb7b2cc298c71189c881150723708b49ca4c6112c (diff)
Second step of revamping the build system
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.
Diffstat (limited to 'hwdb/Makefile.am')
-rw-r--r--hwdb/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/hwdb/Makefile.am b/hwdb/Makefile.am
new file mode 100644
index 0000000000..d4dc30d3ad
--- /dev/null
+++ b/hwdb/Makefile.am
@@ -0,0 +1,12 @@
+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