summaryrefslogtreecommitdiff
path: root/src/udev/Makefile.am
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-11-17 10:13:59 -0500
committerAnthony G. Basile <blueness@gentoo.org>2012-11-17 10:13:59 -0500
commit67cae770344f23658562dffff95e77967543c475 (patch)
treec18dbf6e8902663e012911bcc826b20794f9c038 /src/udev/Makefile.am
parentaf7b6e9317935054353593a338ec2e9ed40282ed (diff)
Rename src/shared to src/include, a saner name
Diffstat (limited to 'src/udev/Makefile.am')
-rw-r--r--src/udev/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/Makefile.am b/src/udev/Makefile.am
index aa14c62d7a..838a90ba6f 100644
--- a/src/udev/Makefile.am
+++ b/src/udev/Makefile.am
@@ -10,7 +10,7 @@ AM_CPPFLAGS = \
-DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" \
-I $(top_srcdir)/src/libudev \
-I $(top_srcdir)/src/udev \
- -I $(top_srcdir)/src/shared
+ -I $(top_srcdir)/src/include
sbin_PROGRAMS = \
udevd \