diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 21:47:20 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 21:47:20 -0500 |
commit | eb203b01c9ee729e603289a63f881d9866f61ea6 (patch) | |
tree | f4210538531950ead86a55b24a0417a125897ebd /src/udev | |
parent | c47f33a498f9c824a48c23987b312b3176602f7f (diff) |
Final step of revamping the build system
The structure of the source tree is basically correct and this is
about as far as we can go without hacking at the C code.
Diffstat (limited to 'src/udev')
-rw-r--r-- | src/udev/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am index 287f1aa986..3c2153916e 100644 --- a/src/udev/Makefile.am +++ b/src/udev/Makefile.am @@ -7,7 +7,7 @@ AM_CPPFLAGS = \ -DROOTPREFIX=\"$(rootprefix)\" \ -I $(top_srcdir)/src/libudev \ -I $(top_srcdir)/src/udev \ - $(OUR_CPPFLAGS) + -I $(top_srcdir)/src/shared sbin_PROGRAMS = \ udevd \ |