diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-28 10:35:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-28 10:35:02 +0200 |
commit | 026c2608f8cf6c4916bf6a7bd497b7c3f5baf346 (patch) | |
tree | 7294d1dd9353672e1a44f074e9e9abcc9de2fcb5 /git/modules | |
parent | d2f6b7e6f7ce7725d84c4f62bb04138fa5ed7b47 (diff) |
Treat etc as other modules
Diffstat (limited to 'git/modules')
-rw-r--r-- | git/modules | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/git/modules b/git/modules index a258c67..0bb81b5 100644 --- a/git/modules +++ b/git/modules @@ -1,4 +1,4 @@ -odb_modules=" \ +modules=" \ libodb \ libodb-mysql \ libodb-sqlite \ @@ -7,6 +7,5 @@ libodb-boost \ libodb-qt \ odb \ examples \ -tests" - -all_modules="$odb_modules etc" +tests \ +etc" |