summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-01-20 14:18:31 -0500
committerGaetan Nadon <memsize@videotron.ca>2012-01-20 14:22:15 -0500
commit7ffbc93b24e3d9a27046d6c52501c0b81a32bd37 (patch)
tree211de07067f92f009726a94e2456080b1409f015
parent0530b5b6f17febd1f50234aa242b7c0a83ebbcd3 (diff)
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 <memsize@videotron.ca>
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
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