General naming cleanup.
This commit is contained in:
parent
ec845a812a
commit
0dbcdabe40
@ -43,24 +43,24 @@ lib_LTLIBRARIES = libguac-client-ssh.la
|
|||||||
libguac_client_ssh_la_SOURCES = \
|
libguac_client_ssh_la_SOURCES = \
|
||||||
src/blank.c \
|
src/blank.c \
|
||||||
src/buffer.c \
|
src/buffer.c \
|
||||||
|
src/client.c \
|
||||||
src/common.c \
|
src/common.c \
|
||||||
src/cursor.c \
|
src/cursor.c \
|
||||||
src/display.c \
|
src/display.c \
|
||||||
|
src/guac_handlers.c \
|
||||||
src/ibar.c \
|
src/ibar.c \
|
||||||
src/ssh_client.c \
|
|
||||||
src/ssh_handlers.c \
|
|
||||||
src/terminal.c \
|
src/terminal.c \
|
||||||
src/terminal_handlers.c
|
src/terminal_handlers.c
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
include/blank.h \
|
include/blank.h \
|
||||||
include/buffer.h \
|
include/buffer.h \
|
||||||
|
include/client.h \
|
||||||
include/common.h \
|
include/common.h \
|
||||||
include/cursor.h \
|
include/cursor.h \
|
||||||
include/display.h \
|
include/display.h \
|
||||||
|
include/guac_handlers.h \
|
||||||
include/ibar.h \
|
include/ibar.h \
|
||||||
include/ssh_client.h \
|
|
||||||
include/ssh_handlers.h \
|
|
||||||
include/terminal.h \
|
include/terminal.h \
|
||||||
include/terminal_handlers.h \
|
include/terminal_handlers.h \
|
||||||
include/types.h
|
include/types.h
|
||||||
|
@ -34,8 +34,8 @@
|
|||||||
#
|
#
|
||||||
# ***** END LICENSE BLOCK *****
|
# ***** END LICENSE BLOCK *****
|
||||||
|
|
||||||
AC_INIT(src/ssh_client.c)
|
AC_INIT(src/client.c)
|
||||||
AM_INIT_AUTOMAKE([libguac-client-ssh], 0.6.0)
|
AM_INIT_AUTOMAKE([libguac-client-ssh], 0.8.0)
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
|
|
||||||
# Checks for programs.
|
# Checks for programs.
|
||||||
|
@ -41,10 +41,6 @@
|
|||||||
|
|
||||||
#include <libssh/libssh.h>
|
#include <libssh/libssh.h>
|
||||||
|
|
||||||
#include <guacamole/client.h>
|
|
||||||
|
|
||||||
#include "ssh_client.h"
|
|
||||||
#include "ssh_handlers.h"
|
|
||||||
#include "terminal.h"
|
#include "terminal.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
@ -45,8 +45,8 @@
|
|||||||
#include <guacamole/client.h>
|
#include <guacamole/client.h>
|
||||||
#include <guacamole/error.h>
|
#include <guacamole/error.h>
|
||||||
|
|
||||||
#include "ssh_client.h"
|
#include "client.h"
|
||||||
#include "ssh_handlers.h"
|
#include "guac_handlers.h"
|
||||||
#include "terminal.h"
|
#include "terminal.h"
|
||||||
#include "blank.h"
|
#include "blank.h"
|
||||||
#include "ibar.h"
|
#include "ibar.h"
|
@ -49,8 +49,8 @@
|
|||||||
#include <guacamole/client.h>
|
#include <guacamole/client.h>
|
||||||
#include <guacamole/error.h>
|
#include <guacamole/error.h>
|
||||||
|
|
||||||
#include "ssh_handlers.h"
|
#include "guac_handlers.h"
|
||||||
#include "ssh_client.h"
|
#include "client.h"
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user