From: Michael Stapelberg Date: Thu, 19 Apr 2018 18:10:54 +0000 (+0200) Subject: Makefile.am: add forgotten include/sync.h X-Git-Tag: 4.16~95^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F3253%2Fhead;p=i3%2Fi3 Makefile.am: add forgotten include/sync.h --- diff --git a/Makefile.am b/Makefile.am index 557c65a5..f8ae7a1b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -521,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 \