summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2012-01-20 20:14:05 -0500
committerGaetan Nadon <memsize@videotron.ca>2012-01-20 20:14:05 -0500
commit19a7184f76ee3c17586ad65a8424966dde5b91c3 (patch)
tree1dcd202efb45691670c04ac7b7ed89b1e00c476e
parent3f3606b0e8de8f38f467126f07277e33a9285e53 (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 3f3606b0e8de8f38f467126f07277e33a9285e53.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 68b0e05..79ef7d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ SUBDIRS = man
bin_PROGRAMS = xwininfo
AM_CFLAGS = $(CWARNFLAGS) $(XWININFO_CFLAGS)
-xwininfo_LDADD = $(XWININFO_LIBS)
+xwininfo_LDADD = $(XWININFO_LIBS) $(LIBOBJS)
xwininfo_SOURCES = \
clientwin.c \