aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2010-04-16 09:38:32 +0400
committerKay Sievers <kay.sievers@vrfy.org>2010-04-20 07:02:58 +0200
commit4101ce14b3f6646f3468f6a489d87d057aab7163 (patch)
treea965db872ee17c1b1bc62239789bd093ac97e19b /Makefile.am
parentd5a4ca9dfe235ed410c684e4e7499984a55f3b05 (diff)
downloadudev-4101ce14b3f6646f3468f6a489d87d057aab7163.tar.gz
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.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 076db8c9..7403949c 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