From 5e6b9009a0c0e7afce9627cdb5e952747da78874 Mon Sep 17 00:00:00 2001 From: kojima Date: Tue, 4 Sep 2001 20:02:17 +0000 Subject: [PATCH] removed bogus patch --- WINGs/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index eff8c39d..c3940838 100644 --- a/WINGs/Makefile.am +++ b/WINGs/Makefile.am @@ -18,9 +18,6 @@ LDADD= libWINGs.a $(top_builddir)/wrlib/libwraster.la @LIBPL@ @INTLIBS@ EXTRA_DIST = BUGS -wingsincludedir = $(includedir)/WINGs -wingsinclude_HEADERS = WINGs.h WUtil.h WINGsP.h - # wbutton.c libWINGs_a_SOURCES = \ array.c \ @@ -101,7 +98,8 @@ libWUtil_a_SOURCES = \ usleep.c \ wapplication.c \ wconfig.h \ - wutil.c + wutil.c\ + snprintf.c CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(NLSDIR)\"