Carlos R. Mafra wrote:
> I've pushed a tag 'wmaker-0.95.1' (no -crm) to the repository.
> 
> The tarball can be generated by clicking the link "snapshot", and it
> would be good if it could be uploaded to www.windowmaker.org as the
> latest stable release.

To make the "Official" tarball, you use the dist target of the snapshot.

There is a problem with it:

The file src/text.h is missing, causing a build error. I traced it back
to src/Makefile leaving text.h out of the wmaker_SOURCES definition.
Adding text.h to wmaker_SOURCES in src/Makefile.am sovled it.

Patch included.

-- 
John H. Robinson, IV          [email protected]
                                                                 http  ((((
WARNING: I cannot be held responsible for the above,         sbih.org ( )(:[
as apparently my cats have learned how to type.          spiders.html  ((((
>From e1835c19331a01901b95b51281384a70fcf85a0a Mon Sep 17 00:00:00 2001
From: John H. Robinson, IV <[email protected]>
Date: Tue, 31 Jan 2012 10:43:35 -0800
Subject: [PATCH] Added text.h to wmaker_SOURCES

Required for menu.c
---
 src/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index 0521d11..9adb897 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -72,6 +72,7 @@ wmaker_SOURCES =      \
        superfluous.c \
        superfluous.h \
        switchmenu.c \
+       text.h \
        texture.c \
        texture.h \
        usermenu.c \
-- 
1.7.2.5

Reply via email to