summaryrefslogtreecommitdiff
path: root/gl/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-20 08:56:33 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-20 08:56:33 +0200
commit120f0ebe9700eebf614bb9c42967fac95f6ee4ca (patch)
tree9e905bf9c689b0028e476eb0c23e0857fc9576a0 /gl/Makefile.am
parent5507d4d53a7c68e6f961656102de076940fe3ce1 (diff)
downloadgnutls-120f0ebe9700eebf614bb9c42967fac95f6ee4ca.tar.gz
Update gnulib files.
Diffstat (limited to 'gl/Makefile.am')
-rw-r--r--gl/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am
index 60870dae3e..e04d7f4540 100644
--- a/gl/Makefile.am
+++ b/gl/Makefile.am
@@ -918,6 +918,7 @@ sys/socket.h: sys_socket.in.h
-e 's|@''HAVE_WINSOCK2_H''@|$(HAVE_WINSOCK2_H)|g' \
-e 's|@''HAVE_WS2TCPIP_H''@|$(HAVE_WS2TCPIP_H)|g' \
-e 's|@''HAVE_STRUCT_SOCKADDR_STORAGE''@|$(HAVE_STRUCT_SOCKADDR_STORAGE)|g' \
+ -e 's|@''HAVE_SA_FAMILY_T''@|$(HAVE_SA_FAMILY_T)|g' \
-e '/definition of GL_LINK_WARNING/r $(LINK_WARNING_H)' \
< $(srcdir)/sys_socket.in.h; \
} > $@-t