X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile.am;h=f8ae7a1b2b22416b41714c0a6844b4d96a507052;hb=ea43507bedb22fc8844411e431e059f90a535476;hp=0da9873298170119fcaa3a55eeda20af861ee68f;hpb=6bb9c9e7088aaf5142b26fb297c86343b02dad76;p=i3%2Fi3 diff --git a/Makefile.am b/Makefile.am index 0da98732..f8ae7a1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,6 +65,24 @@ TESTS = testcases/complete-run.pl EXTRA_DIST = \ $(dist_docs_toc_DATA:.html=) \ $(dist_docs_notoc_DATA:.html=) \ + AnyEvent-I3/Changes \ + AnyEvent-I3/MANIFEST \ + AnyEvent-I3/MANIFEST.SKIP \ + AnyEvent-I3/Makefile.PL \ + AnyEvent-I3/README \ + AnyEvent-I3/lib/AnyEvent/I3.pm \ + AnyEvent-I3/t/00-load.t \ + AnyEvent-I3/t/01-workspaces.t \ + AnyEvent-I3/t/02-sugar.t \ + AnyEvent-I3/t/boilerplate.t \ + AnyEvent-I3/t/manifest.t \ + AnyEvent-I3/t/pod-coverage.t \ + AnyEvent-I3/t/pod.t \ + contrib/dump-asy.pl \ + contrib/gtk-tree-watch.pl \ + contrib/i3-wsbar \ + contrib/per-workspace-layout.pl \ + contrib/trivial-bar-script.sh \ docs/asciidoc-git.conf \ docs/bigpicture.png \ docs/i3-pod2html \ @@ -100,7 +118,7 @@ EXTRA_DIST = \ I3_VERSION \ LICENSE \ PACKAGE-MAINTAINER \ - RELEASE-NOTES-4.13 \ + RELEASE-NOTES-4.15 \ generate-command-parser.pl \ parser-specs/commands.spec \ parser-specs/config.spec \ @@ -503,6 +521,7 @@ i3_SOURCES = \ include/shmlog.h \ include/sighandler.h \ include/startup.h \ + include/sync.h \ include/tree.h \ include/util.h \ include/window.h \ @@ -544,6 +563,7 @@ i3_SOURCES = \ src/sd-daemon.c \ src/sighandler.c \ src/startup.c \ + src/sync.c \ src/tree.c \ src/util.c \ src/version.c \