diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2012-01-20 19:57:48 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2012-01-20 19:57:48 -0500 |
commit | 395f3573fe0124991eb9a2f33473ea2ed2fd422c (patch) | |
tree | 42e03a55c5e87f85f6e0f24d5afa231515f7d2c2 | |
parent | 789a5b42a716b14429c67161147151dd57dd5480 (diff) |
Revert "make: remove $(LIBOBJS) dead code"
AC_FUNC_STRLEN is one of the functions that call AC_LIBOBJ
which sets $LIBOBJ.
This reverts commit 789a5b42a716b14429c67161147151dd57dd5480.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index edef6a7..0fb5667 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) +xlsclients_LDADD = $(XLSCLIENTS_LIBS) $(LIBOBJS) xlsclients_SOURCES = \ xlsclients.c |