summaryrefslogtreecommitdiff
path: root/src/udev
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
parentaf7b6e9317935054353593a338ec2e9ed40282ed (diff)
Rename src/shared to src/include, a saner name
Diffstat (limited to 'src/udev')
-rw-r--r--src/udev/Makefile.am2
-rw-r--r--src/udev/mtd_probe/Makefile.am2
2 files changed, 2 insertions, 2 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 \
diff --git a/src/udev/mtd_probe/Makefile.am b/src/udev/mtd_probe/Makefile.am
index 400a41138d..e71f7703d1 100644
--- a/src/udev/mtd_probe/Makefile.am
+++ b/src/udev/mtd_probe/Makefile.am
@@ -9,7 +9,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
udevlibexec_PROGRAMS += \
mtd_probe