summaryrefslogtreecommitdiff
path: root/src/gudev
diff options
context:
space:
mode:
authorRichard Yao <ryao@gentoo.org>2012-11-23 02:49:48 -0500
committerRichard Yao <ryao@cs.stonybrook.edu>2012-11-23 02:49:48 -0500
commitddfb9b07dfa696f415995b049d4765b43159a090 (patch)
treedb902c00bd626c56e647c4f1b1f4f785d796bd25 /src/gudev
parent3bb4e05ce4a1c9ac1339b451c4c18cfef8bcbeb9 (diff)
Fix build failure with --enable-gudev
The directory containing libudev.h was absent from search paths provided to the preprocessor. Signed-off-by: Richard Yao <ryao@gentoo.org>
Diffstat (limited to 'src/gudev')
-rw-r--r--src/gudev/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gudev/Makefile.am b/src/gudev/Makefile.am
index 7248e5b713..81cb655c47 100644
--- a/src/gudev/Makefile.am
+++ b/src/gudev/Makefile.am
@@ -55,6 +55,8 @@ libgudev_1_0_la_CPPFLAGS = \
-I$(top_srcdir)/src\
-I$(top_builddir)/src/gudev \
-I$(top_srcdir)/src/gudev \
+ -I$(top_builddir)/src/libudev \
+ -I$(top_srcdir)/src/libudev \
-D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT \
-D_GUDEV_COMPILATION \
-DG_LOG_DOMAIN=\"GUdev\"