diff options
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r-- | Makefile.am.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc index 7ecd55de78..802143bb6b 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -1,8 +1,8 @@ AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ + -I$(top_builddir)/libudev \ -DSYSCONFDIR=\""$(sysconfdir)"\" \ - -DUDEV_PREFIX=\""$(udev_prefix)"\" \ - -D_LIBUDEV_COMPILATION + -DUDEV_PREFIX=\""$(udev_prefix)"\" AM_CFLAGS = |