summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-10-31 03:16:26 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-10-31 03:16:26 (GMT)
commitd39d667169fda640065d48b70288c3342bd3195d (patch)
treefda6348bfc52ac132837c3f6816addb8bf85c20e /Makefile
parente3de372e135e765749426a0165e893283192e38c (diff)
parent86140d56c150aa17e6c98dde4ba669516f3c302a (diff)
downloadgit-d39d667169fda640065d48b70288c3342bd3195d.zip
git-d39d667169fda640065d48b70288c3342bd3195d.tar.gz
git-d39d667169fda640065d48b70288c3342bd3195d.tar.bz2
Merge branch 'js/diff-verbose-submodule'
* js/diff-verbose-submodule: add tests for git diff --submodule Add the --submodule option to the diff option family
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c5d299..15ea32d 100644
--- 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