-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | cgit.c | 2 | ||||
-rw-r--r-- | shared.c | 2 |
3 files changed, 5 insertions, 3 deletions
@@ -68,3 +68,5 @@ cgit: $(OBJECTS) -$(OBJECTS): git/xdiff/lib.a git/libgit.a VERSION +$(OBJECTS): git/xdiff/lib.a git/libgit.a + +cgit.o: VERSION @@ -12,2 +12,4 @@ +const char *cgit_version = CGIT_VERSION; + void config_cb(const char *name, const char *value) @@ -14,4 +14,2 @@ int cgit_cmd; -const char *cgit_version = CGIT_VERSION; - int chk_zero(int result, char *msg) |