diff options
-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)"\" |