diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 10:13:59 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-17 10:13:59 -0500 |
commit | 67cae770344f23658562dffff95e77967543c475 (patch) | |
tree | c18dbf6e8902663e012911bcc826b20794f9c038 /src/libudev | |
parent | af7b6e9317935054353593a338ec2e9ed40282ed (diff) |
Rename src/shared to src/include, a saner name
Diffstat (limited to 'src/libudev')
-rw-r--r-- | src/libudev/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/Makefile.am b/src/libudev/Makefile.am index eeed39bf11..e44ad01258 100644 --- a/src/libudev/Makefile.am +++ b/src/libudev/Makefile.am @@ -5,7 +5,7 @@ LIBUDEV_REVISION=0 LIBUDEV_AGE=2 AM_CPPFLAGS = \ - -I $(top_srcdir)/src/shared + -I $(top_srcdir)/src/include lib_LTLIBRARIES = \ libudev.la |