diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index e6cda733679..f5d9db932ab 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -184,6 +184,8 @@ LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ | |||
| 184 | LIB_GETRANDOM = @LIB_GETRANDOM@ | 184 | LIB_GETRANDOM = @LIB_GETRANDOM@ |
| 185 | ## Whatever libraries are needed for euidaccess | 185 | ## Whatever libraries are needed for euidaccess |
| 186 | LIB_EACCESS=@LIB_EACCESS@ | 186 | LIB_EACCESS=@LIB_EACCESS@ |
| 187 | ## Libraries needed for file_has_acl | ||
| 188 | LIB_HAS_ACL=@LIB_HAS_ACL@ | ||
| 187 | ## empty or -lwsock2 for MinGW | 189 | ## empty or -lwsock2 for MinGW |
| 188 | LIB_WSOCK32=@LIB_WSOCK32@ | 190 | LIB_WSOCK32=@LIB_WSOCK32@ |
| 189 | 191 | ||
| @@ -400,7 +402,7 @@ pop.o: ${srcdir}/pop.c ${srcdir}/pop.h ${srcdir}/../lib/min-max.h $(config_h) | |||
| 400 | emacsclient${EXEEXT}: ${srcdir}/emacsclient.c $(NTLIB) $(config_h) | 402 | emacsclient${EXEEXT}: ${srcdir}/emacsclient.c $(NTLIB) $(config_h) |
| 401 | $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} $< \ | 403 | $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} $< \ |
| 402 | $(NTLIB) $(LOADLIBES) \ | 404 | $(NTLIB) $(LOADLIBES) \ |
| 403 | $(LIB_WSOCK32) $(LIB_EACCESS) $(LIBS_ECLIENT) -o $@ | 405 | $(LIB_WSOCK32) $(LIB_EACCESS) $(LIB_HAS_ACL) $(LIBS_ECLIENT) -o $@ |
| 404 | 406 | ||
| 405 | emacsclientw${EXEEXT}: ${srcdir}/emacsclient.c $(NTLIB) $(CLIENTRES) $(config_h) | 407 | emacsclientw${EXEEXT}: ${srcdir}/emacsclient.c $(NTLIB) $(CLIENTRES) $(config_h) |
| 406 | $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} $(CLIENTRES) -mwindows $< \ | 408 | $(AM_V_CCLD)$(CC) ${ALL_CFLAGS} $(CLIENTRES) -mwindows $< \ |