diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-08-25 14:22:12 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-09-11 15:43:36 -0400 |
commit | 5bbf15572626010ce6e2bc783d0a980fc24662b2 (patch) | |
tree | 0a2e862aad8135302b4aee307fbe2312221499fa /src | |
parent | b9d3ab4b86284c4a9918ee908be767319e69c77d (diff) |
Move libregit into its own directory/subpackage
Diffstat (limited to 'src')
-rw-r--r-- | src/libregit/Makefile | 1 | ||||
-rwxr-xr-x | src/libregit/libregit (renamed from src/libregit) | 0 |
2 files changed, 1 insertions, 0 deletions
diff --git a/src/libregit/Makefile b/src/libregit/Makefile new file mode 100644 index 0000000..2c76089 --- /dev/null +++ b/src/libregit/Makefile @@ -0,0 +1 @@ +include ../../common.mk diff --git a/src/libregit b/src/libregit/libregit index c20c25d..c20c25d 100755 --- a/src/libregit +++ b/src/libregit/libregit |