X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=configure.sh;h=0ac4e2e423e10bceb187396910a9d4701c531bc7;hb=b3aad1f93ce78c9806361ca1659defcf99b45bdc;hp=7d8a70d8ee2b7d010106fb41a54499bd9c1d0549;hpb=86057589d5211fbad4b7cdbcd4dd0f1e3777d4c1;p=fanfix.git diff --git a/configure.sh b/configure.sh index 7d8a70d..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/ui/UIUtils be/nikiroo/utils/ui/WrapLayout be/nikiroo/utils/ui/Progress 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