X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=lib%2Fmakefile;h=d0b160250b30d9a1d4e6e3afdeb838283802272d;hb=8c435d2c04b7c90e711ed9c2fe8adab26c8abe19;hp=4115134d0db1f5dfcf88171dfcebeabdfc384c35;hpb=1717bafe07c9f51e0fae441db35b2d03d893cd3e;p=dead%2Fcensus-tools.git diff --git a/lib/makefile b/lib/makefile index 4115134..d0b1602 100644 --- a/lib/makefile +++ b/lib/makefile @@ -49,7 +49,7 @@ LFLAGS_PATCH = sed -i 's/^LFLAGS = -L -l$$/LFLAGS = -L/' cd lp_solve_5.5/extra/Python; \ sed -i 's~lpsolve55/bin/\(ux\|win\)32~../lp_solve~' setup.py; \ python setup.py build; \ - mv build/lib.linux-*/* ../../../lp_solve/; + mv build/lib.linux-*/*.so ../../../lp_solve/; lp_solve_lib_src: