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 /Makefile | |
parent | b9d3ab4b86284c4a9918ee908be767319e69c77d (diff) |
Move libregit into its own directory/subpackage
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ include config.mk ################################################################################ # these are the resulting packages -packages=doc libretools libretools-mips64el librelib +packages=doc libretools libretools-mips64el librelib libregit # and which directories they contain doc=doc libretools=\ @@ -17,6 +17,7 @@ libretools=\ src/toru libretools-mips64el=src/mips64el-tools librelib=src/lib +libregit=src/libregit ################################################################################ |