Fedora build machinery noticed that cons.saver acquired

a new library in ldd listing, libglib.

I took a look at it and apparently it is not needed.

Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
Denys Vlasenko 2010-06-04 22:08:35 +03:00 committed by Andrew Borodin
parent 7e5f4a01c0
commit 97b8d4f57a
2 changed files with 2 additions and 3 deletions

View File

@ -4,6 +4,6 @@ pkglibexec_PROGRAMS = cons.saver
cons_saver_SOURCES = cons.saver.c
cons_saver_CFLAGS= -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
cons_saver_CFLAGS= -I$(top_srcdir) $(PCRE_CFLAGS)
cons_saver_LDADD = $(GLIB_LIBS) $(PCRE_LIBS)
cons_saver_LDADD = $(PCRE_LIBS)

View File

@ -62,7 +62,6 @@
#define LINUX_CONS_SAVER_C
#include "cons.saver.h"
#include "lib/tty/win.h"
static void
send_contents (char *buffer, unsigned int columns, unsigned int rows)