summaryrefslogtreecommitdiff
path: root/base/Makefile
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-06-08 13:54:19 +0100
committerJoe Thornber <ejt@redhat.com>2018-06-08 13:54:19 +0100
commit61e67e51e112a317886fcfc70b2d479d08cbda90 (patch)
treea9480fc4758f9d9dd58413f75294c7f4de9d658e /base/Makefile
parent962a3eb3faced455b0a10f8e7d4575bed65b8dbd (diff)
downloadlvm2-61e67e51e112a317886fcfc70b2d479d08cbda90.tar.gz
device_mapper: move hash.[hc] to base/data-struct
Diffstat (limited to 'base/Makefile')
-rw-r--r--base/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/Makefile b/base/Makefile
index 4dcb6b6e6..02c4236a3 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -12,6 +12,7 @@
BASE_SOURCE=\
base/data-struct/radix-tree.c \
+ base/data-struct/hash.c \
base/data-struct/list.c
BASE_DEPENDS=$(addprefix $(top_builddir)/,$(subst .c,.d,$(BASE_SOURCE)))