X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=configure.sh;h=0ac4e2e423e10bceb187396910a9d4701c531bc7;hb=009196a48ec0820288dac580f661c8884e1c1108;hp=12984bb64caeea9adc816efac2421a540379bb41;hpb=8caeb8bd29810fa1f6b8fa47b3b5f621cc459938;p=nikiroo-utils.git diff --git a/configure.sh b/configure.sh index 12984bb..0ac4e2e 100755 --- a/configure.sh +++ b/configure.sh @@ -45,7 +45,7 @@ fi; echo "MAIN = be/nikiroo/utils/resources/TransBundle" > Makefile -echo "MORE = be/nikiroo/utils/StringUtils be/nikiroo/utils/IOUtils be/nikiroo/utils/MarkableFileInputStream be/nikiroo/utils/UIUtils be/nikiroo/utils/WrapLayout be/nikiroo/utils/test/TestLauncher" >> Makefile +echo "MORE = be/nikiroo/utils/StringUtils be/nikiroo/utils/IOUtils be/nikiroo/utils/MarkableFileInputStream be/nikiroo/utils/ui/UIUtils be/nikiroo/utils/ui/WrapLayout be/nikiroo/utils/ui/ProgressBar be/nikiroo/utils/test/TestLauncher" >> Makefile echo "TEST = be/nikiroo/utils/test/Test" >> Makefile echo "TEST_PARAMS = $cols $ok $ko" >> Makefile echo "NAME = nikiroo-utils" >> Makefile