* [PATCH] Makefile: add compat/bswap.h to LIB_H
@ 2009-11-01 23:09 Dmitry V. Levin
2009-11-02 2:59 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Dmitry V. Levin @ 2009-11-01 23:09 UTC (permalink / raw)
To: git; +Cc: Junio C Hamano
Starting with commit 51ea55190b6e72c77c96754c1bf2f149a4714848,
git-compat-util.h includes compat/bswap.h
Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 268aede..3bca8d4 100644
--- a/Makefile
+++ b/Makefile
@@ -412,6 +412,7 @@ LIB_H += builtin.h
LIB_H += cache.h
LIB_H += cache-tree.h
LIB_H += commit.h
+LIB_H += compat/bswap.h
LIB_H += compat/cygwin.h
LIB_H += compat/mingw.h
LIB_H += csum-file.h
--
ldv
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-02 3:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-01 23:09 [PATCH] Makefile: add compat/bswap.h to LIB_H Dmitry V. Levin
2009-11-02 2:59 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).