Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-23 | Consolidate configuration of all installation paths into configure.ac | Anthony G. Basile | |
The configuration of the installation paths for various components was scattered between the main configure.ac file and the various Makefile.am's. These components are: udev config file, hwdb, keymaps and force-release keymaps and the rules. This commit consolidates them all into one point in configure.ac and anticipates the inclusion of new AM_CPPFLAGS of the form -DHWDB_BIN=@udevhwdbdir@ as upstream has done, so it is easier to address issues like: https://github.com/gentoo/eudev/issues/17 Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2012-11-22 | Make udevlibexecdir be substituted out of configure and assigned ↵ | Ian Stakenvicius | |
${rootlibdir}/udev instead of ${root}/lib/udev | |||
2012-11-17 | Restructure src/ as per lu_zero | Anthony G. Basile | |
2012-11-15 | Second step of revamping the build system | Anthony G. Basile | |
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. |