diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 23:11:59 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 23:11:59 -0500 |
commit | a2b01dbfa5730e947b0863366e411a463ab1aa20 (patch) | |
tree | f3e0180212749ace7b422f38416544895545d2d6 /src/udev | |
parent | eb203b01c9ee729e603289a63f881d9866f61ea6 (diff) |
src/libudev: successfully builds
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am index 3c2153916e..cd12962418 100644 --- a/src/udev/Makefile.am +++ b/src/udev/Makefile.am @@ -5,6 +5,7 @@ rootprefix=@rootprefix@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -DROOTPREFIX=\"$(rootprefix)\" \ + -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \ -I $(top_srcdir)/src/libudev \ -I $(top_srcdir)/src/udev \ -I $(top_srcdir)/src/shared |