diff options
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am/luasocket.am')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/am/luasocket.am | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/Build/source/texk/web2c/luatexdir/am/luasocket.am b/Build/source/texk/web2c/luatexdir/am/luasocket.am index 91f3e4e4e01..bec2e748cd7 100644 --- a/Build/source/texk/web2c/luatexdir/am/luasocket.am +++ b/Build/source/texk/web2c/luatexdir/am/luasocket.am @@ -1,6 +1,6 @@ ## texk/web2c/luatexdir/am/luasocket.am: Makefile fragment for libluasocket. ## -## Copyright (C) 2009-2013 Peter Breitenlohner <tex-live@tug.org> +## Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## luasocket @@ -15,7 +15,9 @@ libluasocket_a_CPPFLAGS = \ -DLUASOCKET_DEBUG -I$(top_srcdir)/luatexdir/luasocket $(LUA_INCLUDES) libluasocket_a_CFLAGS = # $(WARNING_CFLAGS) -libluasocket_a_SOURCES = \ +nodist_libluasocket_a_SOURCES = $(libluasocket_sources) + +libluasocket_sources = \ luatexdir/luasocket/src/auxiliar.c \ luatexdir/luasocket/src/auxiliar.h \ luatexdir/luasocket/src/buffer.c \ @@ -46,18 +48,20 @@ libluasocket_a_SOURCES = \ luatexdir/luasocket/src/udp.h \ luatexdir/luasocket/src/usocket.h - +## The files *_lua.c are included from lua_preload.c +## EXTRA_DIST += \ - luatexdir/luasocket/src/socket_lua.c \ + $(libluasocket_sources) \ luatexdir/luasocket/src/ftp_lua.c \ luatexdir/luasocket/src/headers_lua.c \ luatexdir/luasocket/src/http_lua.c \ - luatexdir/luasocket/src/smtp_lua.c \ - luatexdir/luasocket/src/tp_lua.c \ - luatexdir/luasocket/src/url_lua.c \ luatexdir/luasocket/src/ltn12_lua.c \ luatexdir/luasocket/src/mbox_lua.c \ - luatexdir/luasocket/src/mime_lua.c + luatexdir/luasocket/src/mime_lua.c \ + luatexdir/luasocket/src/smtp_lua.c \ + luatexdir/luasocket/src/socket_lua.c \ + luatexdir/luasocket/src/tp_lua.c \ + luatexdir/luasocket/src/url_lua.c ## Not used ## |