diff options
author | Yury G. Kudryashov <urkud.urkud@gmail.com> | 2010-04-16 09:38:32 +0400 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-04-20 07:02:58 +0200 |
commit | 4101ce14b3f6646f3468f6a489d87d057aab7163 (patch) | |
tree | a965db872ee17c1b1bc62239789bd093ac97e19b /Makefile.am | |
parent | d5a4ca9dfe235ed410c684e4e7499984a55f3b05 (diff) |
configure.ac: ddd --with-firmware-path option
In NixOS we need to use non-standard firmware path: we have no /lib.
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 076db8c9e7..7403949cf3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -194,6 +194,7 @@ dist_udevrules_DATA += \ # ------------------------------------------------------------------------------ extras_firmware_firmware_SOURCES = extras/firmware/firmware.c extras_firmware_firmware_LDADD = libudev/libudev-private.la +extras_firmware_firmware_CPPFLAGS = $(AM_CPPFLAGS) -DFIRMWARE_PATH="$(FIRMWARE_PATH)" dist_udevrules_DATA += extras/firmware/50-firmware.rules libexec_PROGRAMS = extras/firmware/firmware |