From b1ac60946d1625e14029ea9b7fa3aa4c06e0795f Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Tue, 5 Aug 2014 19:22:24 -0400 Subject: src/shared: refactor shared code Signed-off-by: Anthony G. Basile --- test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index f12ee20f04..4b2b431865 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,8 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ -DVERSION=\"@VERSION@\" \ - -I $(top_srcdir)/src/libudev \ - -I $(top_srcdir)/src/udev + -I $(top_srcdir)/src/shared \ + -I $(top_srcdir)/src/libudev noinst_PROGRAMS = \ test-libudev \ -- cgit v1.2.3-54-g00ecf