]> oss.titaniummirror.com Git - repo_shell.git/blobdiff - Makefile
Add scripts/gitcreate, mv svncreate to scripts/
[repo_shell.git] / Makefile
index 49f7334e9cc1aafb6ce9fabf305f3d167f3626c0..d9d1847711cb5221b9444b348dd2282d234addd4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,13 +15,13 @@ PROGRAMS = $(MAIN) mystrtok_test acl_test
 
 all: $(MAIN)
 
-repo_shell: repo_shell.c inih/ini.c git_acl.c mystrtok.c stra.c utility.c version.c
+repo_shell: repo_shell.c inih/ini.c git_acl.c stringutils.c stra.c utility.c version.c
        $(CC) -I inih $^ -o $@
 
-mystrtok_test: mystrtok_test.c mystrtok.c utility.c
+mystrtok_test: mystrtok_test.c stringutils.c utility.c
        $(CC) -g $^ -o $@
 
-acl_test: acl_test.c git_acl.c inih/ini.c mystrtok.c stra.c utility.c
+acl_test: acl_test.c git_acl.c inih/ini.c stringutils.c stra.c utility.c
        $(CC) -I inih $^ -o $@
 
 $(INFILES):%: %.in