From 789a5b42a716b14429c67161147151dd57dd5480 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 20 Jan 2012 15:19:26 -0500 Subject: make: remove $(LIBOBJS) dead code Starting at Autoconf 2.53, the use of LIBOBJS is an error. http://www.gnu.org/software/autoconf/manual/autoconf.html# AC_005fLIBOBJ-vs-LIBOBJS There are no system functions to override in this module. Signed-off-by: Gaetan Nadon --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0fb5667..edef6a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,7 @@ SUBDIRS = man bin_PROGRAMS = xlsclients AM_CFLAGS = $(CWARNFLAGS) $(XLSCLIENTS_CFLAGS) -xlsclients_LDADD = $(XLSCLIENTS_LIBS) $(LIBOBJS) +xlsclients_LDADD = $(XLSCLIENTS_LIBS) xlsclients_SOURCES = \ xlsclients.c -- cgit v1.2.3