diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-08 22:25:58 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-08 22:25:58 +0200 |
commit | 62f11eed3ee2bbcf5a204f63a2d2bc9d78eb01e1 (patch) | |
tree | 6f534b857f64d8b6bc84e5dc96246307329226f0 /Makefile.am.inc | |
parent | 48a9b173e88738ff4eefb3519f1d27711b417c8d (diff) |
fix libudev include in Makefile.am.in
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r-- | Makefile.am.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc index 802143bb6b..7a8659ebb8 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -1,6 +1,6 @@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ - -I$(top_builddir)/libudev \ + -I$(top_srcdir)/libudev \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ -DUDEV_PREFIX=\""$(udev_prefix)"\" |