]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Makefile: add merge_recursive.h to LIB_H
authorMiklos Vajna <vmiklos@frugalware.org>
Tue, 2 Sep 2008 23:49:05 +0000 (01:49 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 3 Sep 2008 00:03:51 +0000 (17:03 -0700)
When modifying merge-recursive.h, for example builtin-merge-recursive.c
have to be recompiled which was not true till now, causing various
runtime errors using an incremental build.

Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile

index 00991b7c12ab7d9b74efbb67ee407b5788b79984..672ea74233537ffce0e1b35a6ace6a06ece747ec 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -358,6 +358,7 @@ LIB_H += list-objects.h
 LIB_H += ll-merge.h
 LIB_H += log-tree.h
 LIB_H += mailmap.h
+LIB_H += merge-recursive.h
 LIB_H += object.h
 LIB_H += pack.h
 LIB_H += pack-refs.h