From 7ffbc93b24e3d9a27046d6c52501c0b81a32bd37 Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Fri, 20 Jan 2012 14:18:31 -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 fd6627f..7ab4ae0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = man bin_PROGRAMS = transset AM_CFLAGS = $(CWARNFLAGS) $(TRANSSET_CFLAGS) -transset_LDADD = $(TRANSSET_LIBS) $(LIBOBJS) +transset_LDADD = $(TRANSSET_LIBS) transset_SOURCES = transSet.c dsimple.c dsimple.h -- cgit v1.2.3