diff options
Diffstat (limited to 'src/collect/Makefile.am')
-rw-r--r-- | src/collect/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/collect/Makefile.am b/src/collect/Makefile.am index cdfe54d8a0..361a5a2094 100644 --- a/src/collect/Makefile.am +++ b/src/collect/Makefile.am @@ -1,8 +1,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_CPPFLAGS = \ - -I $(top_srcdir)/src/libudev \ - -I $(top_srcdir)/src/udev + -I $(top_srcdir)/src/shared \ + -I $(top_srcdir)/src/libudev udevlibexec_PROGRAMS = \ collect |