X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FMakefile.am;h=f7d88dd6c30e2436fedb7d996df0b8f5d43deac5;hb=b379a2142af16581d5f71162bed6bd7b25b69b62;hp=ee39f58a468dd52a3a3234257d31fda9cccceaa9;hpb=c4c86818646a1cd1e9dd5a6f269cdd1aef3ba3b1;p=lyx.git diff --git a/development/Makefile.am b/development/Makefile.am index ee39f58a46..f7d88dd6c3 100644 --- a/development/Makefile.am +++ b/development/Makefile.am @@ -4,6 +4,10 @@ if INSTALL_MACOSX SUBDIRS = MacOSX endif +if INSTALL_CYGWIN +SUBDIRS = cygwin +endif + EXTRA_DIST = boostworkaround.txt coding/Rules coding/Recommendations \ FORMAT lyx.rpm.README \ lyxserver lyx.spec.in lyx.spec Seminar.txt \ @@ -15,6 +19,8 @@ tools/x-font \ tools/README \ tools/count_total_lines_of_compiled_code.sh \ tools/count_lines_of_included_code.sh \ +tools/lyxeditor \ +tools/lyxpak.py \ Win32/launcher/launcher.nsi \ Win32/packaging/icons/lyx_doc.svg \ Win32/packaging/icons/lyx_32x32.png \