X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2FMakefile.am;fp=cinelerra-5.1%2FMakefile.am;h=9b9e7cbdaeac8390615fb8dd91d933e2e4855ba0;hb=cb73d14fe59acbe8eba0a62f4af26a23072201fa;hp=5200484f4fb1afb2f1be8c63740fbe6a3981fa40;hpb=1baa507d5e5bff7918b9b579f018fd74636797fe;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/Makefile.am b/cinelerra-5.1/Makefile.am index 5200484f..9b9e7cbd 100644 --- a/cinelerra-5.1/Makefile.am +++ b/cinelerra-5.1/Makefile.am @@ -15,7 +15,7 @@ SUBDIRS = thirdparty libzmpeg3 mpeg2enc mplexlo \ BUILT_SOURCES := bin bin: - mkdir -p bin bin/applications bin/pixmaps + mkdir -p bin bin/applications bin/pixmaps bin/lv2 clean-generic: rm -rf thirdparty/opencv* @@ -43,6 +43,7 @@ binstall: install-recursive cp -a $$d bin/plugins/picon/.; \ done cp -a db/utils/new_db "bin/cin_db" + cp -av lv2_blacklist.txt bin/. buninstall: rm -rf bin @@ -54,7 +55,8 @@ cinstall: cd bin; $(inst_sh) "$(DESTDIR)$(WANT_CINLIB_DIR)" \ bdwrite cutads lv2ui hveg2enc mpeg2enc mplex mplexlo cd bin; $(inst_sh) "$(DESTDIR)$(datadir)/$(WANT_CIN)" \ - COPYING README models Cinelerra_factory ffmpeg msg info tips doc + COPYING README models Cinelerra_factory ffmpeg msg info tips doc \ + lv2 lv2_blacklist.txt cd bin/locale; $(inst_sh) "$(DESTDIR)$(localedir)" . cd bin/plugins; $(inst_sh) "$(DESTDIR)$(WANT_PLUGIN_DIR)" . cd bin/ladspa; $(inst_sh) "$(DESTDIR)$(WANT_LADSPA_DIR)" .