From ea7ef65b1911bce189e81c29dc87e73263261cf9 Mon Sep 17 00:00:00 2001 From: "John H. Robinson, IV" Date: Wed, 14 Nov 2012 12:15:44 -0800 Subject: [PATCH] Makefile: Add forgotten .h files Please find attached a diff to add the missing .h files from src/Makefile.am One way to find these: $ git checkout next $ ./autogen.sh $ ./configure $ make dist-gzip $ tar xzf WindowMaker-0.95.3.tar.gz $ cd WindowMaker-0.95.3 $ ./configure $ make --- src/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 0521d11b..fbedb98c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -22,6 +22,7 @@ wmaker_SOURCES = \ client.c \ client.h \ colormap.c \ + colormap.h \ cycling.c \ def_pixmaps.h \ defaults.c \ @@ -30,6 +31,7 @@ wmaker_SOURCES = \ dialog.h \ dock.c \ dockedapp.c \ + dockedapp.h \ dock.h \ event.c \ extend_pixmaps.h \ @@ -42,6 +44,7 @@ wmaker_SOURCES = \ icon.h \ keybind.h \ main.c \ + main.h \ menu.c \ menu.h \ misc.c \ -- 2.11.4.GIT