summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2016-06-30 22:33:54 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2016-06-30 22:33:54 -0400
commitc916b2fc111c7f6b4925f7ec64fcb09feda376b1 (patch)
treef4bc22353943d38cdedd98027ebe3e9fcb44ee52 /src
parent5ce7b2df5c37521958dcd00a1afaa851ff068727 (diff)
downloadlighttpd-git-c916b2fc111c7f6b4925f7ec64fcb09feda376b1.tar.gz
[build] add $(ATTR_LIB) to liblightcomp_la_LIBADD
(for cygwin)
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6ac25fda..a0b2c303 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -98,7 +98,7 @@ lib_LTLIBRARIES += liblightcomp.la
liblightcomp_la_SOURCES=$(common_src)
liblightcomp_la_CFLAGS=$(AM_CFLAGS) $(LIBEV_CFLAGS)
liblightcomp_la_LDFLAGS = $(common_ldflags)
-liblightcomp_la_LIBADD = $(PCRE_LIB) $(SSL_LIB) $(FAM_LIBS) $(LIBEV_LIBS)
+liblightcomp_la_LIBADD = $(PCRE_LIB) $(SSL_LIB) $(FAM_LIBS) $(LIBEV_LIBS) $(ATTR_LIB)
common_libadd = liblightcomp.la
else
src += $(common_src)