diff options
author | Glenn Strauss <gstrauss@gluelogic.com> | 2016-06-30 22:33:54 -0400 |
---|---|---|
committer | Glenn Strauss <gstrauss@gluelogic.com> | 2016-06-30 22:33:54 -0400 |
commit | c916b2fc111c7f6b4925f7ec64fcb09feda376b1 (patch) | |
tree | f4bc22353943d38cdedd98027ebe3e9fcb44ee52 /src | |
parent | 5ce7b2df5c37521958dcd00a1afaa851ff068727 (diff) | |
download | lighttpd-git-c916b2fc111c7f6b4925f7ec64fcb09feda376b1.tar.gz |
[build] add $(ATTR_LIB) to liblightcomp_la_LIBADD
(for cygwin)
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
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) |