From 602fbc9ee47b1ea6e8a3236fa2d0347cf77539e7 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Thu, 2 May 2013 23:55:00 +0200 Subject: [PATCH] Added missing headers to the list of source files of the project This is needed in order to have all the expected files in the archive of sources when using: make dist --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index a205c4d1..f67e1cfb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,6 +48,7 @@ wmaker_SOURCES = \ menu.c \ menu.h \ misc.c \ + misc.h \ osdep_@WM_OSDEP@.c \ monitor.c \ motif.c \ @@ -67,6 +68,7 @@ wmaker_SOURCES = \ screen.h \ session.h \ session.c \ + shutdown.h \ shutdown.c \ switchpanel.c \ switchpanel.h \