]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - Makefile
repo_shell honors git ACLs
[repo_shell.git] / Makefile
index f6259972cb5a2b6d7ccc3bad5d5abfdc9c91ad94..49f7334e9cc1aafb6ce9fabf305f3d167f3626c0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ PROGRAMS = $(MAIN) mystrtok_test acl_test
 
 all: $(MAIN)
 
-repo_shell: repo_shell.c inih/ini.c mystrtok.c stra.c utility.c version.c
+repo_shell: repo_shell.c inih/ini.c git_acl.c mystrtok.c stra.c utility.c version.c
        $(CC) -I inih $^ -o $@
 
 mystrtok_test: mystrtok_test.c mystrtok.c utility.c