Merge branch 'js/diff-verbose-submodule'
[gitweb.git] / Makefile
index 9c5d299f4d0cae315430ac84b6e9932eed2d5118..15ea32d3949b73ca00b3bc0b917deedfd9ccc1d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -456,6 +456,7 @@ LIB_H += sideband.h
 LIB_H += sigchain.h
 LIB_H += strbuf.h
 LIB_H += string-list.h
+LIB_H += submodule.h
 LIB_H += tag.h
 LIB_H += transport.h
 LIB_H += tree.h
@@ -554,6 +555,7 @@ LIB_OBJS += sideband.o
 LIB_OBJS += sigchain.o
 LIB_OBJS += strbuf.o
 LIB_OBJS += string-list.o
+LIB_OBJS += submodule.o
 LIB_OBJS += symlinks.o
 LIB_OBJS += tag.o
 LIB_OBJS += trace.o