X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2FMakefile.am;h=4214a9acb059956971c17e47c9fc5ed5c7190f52;hb=7968cefc1467e11fd3b5c302e15a7341436eab9e;hp=2982fddae8819822702e2d62206807b4f87b423e;hpb=e719f1246ff9bb42b055306396c9160640a88884;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/Makefile.am b/cinelerra-5.1/Makefile.am index 2982fdda..4214a9ac 100644 --- a/cinelerra-5.1/Makefile.am +++ b/cinelerra-5.1/Makefile.am @@ -10,7 +10,7 @@ AM_MAKEFLAGS := -j$(WANT_JOBS) AUTOMAKE_OPTIONS=foreign ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = thirdparty libzmpeg3 mpeg2enc mplexlo \ +SUBDIRS = thirdparty libbthread-master libzmpeg3 mpeg2enc mplexlo \ db guicast cinelerra plugins doc po db/utils BUILT_SOURCES := bin @@ -43,7 +43,7 @@ bin_install: install-recursive if [ $$d = picon/cinfinity ]; then continue; fi; \ cp -a $$d bin/plugins/picon/.; \ done - cp -a db/utils/new_db "bin/cin_db" || true + test ! -f db/utils/new_db || cp -a db/utils/new_db "bin/cin_db" bin_uninstall: rm -rf bin