From 727f3e05292b17e7bfc048efdc0ba94a43580cfe Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 5 Oct 2001 00:34:13 +0000 Subject: [PATCH] added 2 missing files from distrib --- ChangeLog | 1 + util/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd1dbfb8..9012dd1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ Changes since version 0.65.1: - fixed bug in positioning of window list menu when opened by kbd - internal code clean-up with notifications for window state change and other stuff +- added snprintf implementation for systems that don't have this function - removed the libPropList dependancy by adding property list handling code to WINGs. This code is not only better integrated with the other WINGs data structures, but it's also more robust. Also a backward diff --git a/util/Makefile.am b/util/Makefile.am index f697db59..81d132e6 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -9,7 +9,7 @@ bin_SCRIPTS = wmaker.inst wm-oldmenu2new wsetfont wmchlocale wkdemenu.pl\ wcopy wpaste EXTRA_DIST = wmaker.inst.in bughint wm-oldmenu2new wsetfont directjpeg.c \ - wkdemenu.pl wmchlocale.in + wkdemenu.pl wmchlocale.in wcopy wpaste INCLUDES = $(DFLAGS) -I$(top_srcdir)/WINGs -I$(top_srcdir)/wrlib \ @HEADER_SEARCH_PATH@ \