X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2FMakefile.am;h=a61379cf3528f160d035ffe7c7ee21d139baf7b0;hp=99124da13fca1a16a9151978f3de5d0b137d0437;hb=ae44cc4a24c9e04ee5e3b38baf6ce529832cfb39;hpb=34dd3a28727fc230ba5abbed50766d671a2b8055 diff --git a/cinelerra-5.1/Makefile.am b/cinelerra-5.1/Makefile.am index 99124da1..a61379cf 100644 --- a/cinelerra-5.1/Makefile.am +++ b/cinelerra-5.1/Makefile.am @@ -32,8 +32,8 @@ export mkinstalldirs install_sh inst_sh # install to bin bin_install: install-recursive - cp -a COPYING README models Cinelerra_factory ffmpeg msg info tips \ - lv2_blacklist.txt bin/. + cp -a COPYING README models Cinelerra_factory expanders.txt \ + ffmpeg msg info tips lv2_blacklist.txt bin/. sed -e 's/\/$(WANT_CIN)/g' < image/cin.desktop \ > "bin/applications/$(WANT_CIN).desktop" cp -a image/cin.svg "bin/pixmaps/$(WANT_CIN)".svg @@ -52,7 +52,8 @@ bin_uninstall: sys_install: $(CIN_INSTALLS) cd bin; $(inst_sh) "$(DESTDIR)$(bindir)" "$(WANT_CIN)" bdwrite cd bin; $(inst_sh) "$(DESTDIR)$(datadir)/$(WANT_CIN)" \ - COPYING README models Cinelerra_factory ffmpeg msg info tips doc + COPYING README models Cinelerra_factory expanders.txt \ + ffmpeg msg info tips doc cd bin/locale; $(inst_sh) "$(DESTDIR)$(localedir)" . cd bin/plugins; $(inst_sh) "$(DESTDIR)$(WANT_PLUGIN_DIR)" . cd bin/applications; $(inst_sh) "$(DESTDIR)$(datadir)/applications" .