From 08b45c89ae0b0ef13514a05062be52fc6ed75d23 Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Mon, 3 Nov 2014 10:23:32 +0100 Subject: [PATCH] build: update reference to files moved in 216c6246 Fixes #785 --- src/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index faec7b08..4e62675f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1308,7 +1308,7 @@ uninstall-hook: check_PROGRAMS = test_common test_utils_avltree test_utils_heap test_utils_mount test_utils_vl_lookup test_common_SOURCES = tests/test_common.c \ - common.h common.c \ + daemon/common.h daemon/common.c \ tests/mock/plugin.c \ tests/mock/utils_cache.c \ tests/mock/utils_time.c @@ -1317,20 +1317,20 @@ test_common_LDFLAGS = -export-dynamic test_common_LDADD = test_utils_avltree_SOURCES = tests/test_utils_avltree.c \ - utils_avltree.c utils_avltree.h + daemon/utils_avltree.c daemon/utils_avltree.h test_utils_avltree_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL) test_utils_avltree_LDFLAGS = -export-dynamic test_utils_avltree_LDADD = test_utils_heap_SOURCES = tests/test_utils_heap.c \ - utils_heap.c utils_heap.h + daemon/utils_heap.c daemon/utils_heap.h test_utils_heap_CPPFLAGS = $(AM_CPPFLAGS) $(LTDLINCL) test_utils_heap_LDFLAGS = -export-dynamic test_utils_heap_LDADD = test_utils_mount_SOURCES = tests/test_utils_mount.c \ utils_mount.c utils_mount.h \ - common.c common.h \ + daemon/common.c daemon/common.h \ tests/mock/plugin.c \ tests/mock/utils_cache.c \ tests/mock/utils_time.c @@ -1340,8 +1340,8 @@ test_utils_mount_LDADD = test_utils_vl_lookup_SOURCES = tests/test_utils_vl_lookup.c \ utils_vl_lookup.h utils_vl_lookup.c \ - utils_avltree.c utils_avltree.h \ - common.c common.h \ + daemon/utils_avltree.c daemon/utils_avltree.h \ + daemon/common.c daemon/common.h \ tests/mock/plugin.c \ tests/mock/utils_cache.c \ tests/mock/utils_time.c -- 2.11.0