From 90cd52ece1623f9b872837a88504faeb9fd593f6 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 24 Apr 2020 19:47:41 +0200 Subject: Second commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index aaac76d..d7ea856 100644 --- a/Makefile +++ b/Makefile @@ -13,9 +13,21 @@ include $(OSCONFIGFILE) OBJ =\ libaxl_context_create.o\ libaxl_context_free.o\ + libaxl_fileno.o\ libaxl_flush.o\ + libaxl_generate_id.o\ + libaxl_get_decnet_object.o\ + libaxl_get_tcp_port.o\ + libaxl_info.o\ + libaxl_next_depth.o\ + libaxl_next_screen.o\ libaxl_parse_display.o\ + libaxl_protocol_version_major.o\ + libaxl_protocol_version_minor.o\ + libaxl_protocol_version.o\ libaxl_receive.o\ + libaxl_receive_handshake.o\ + libaxl_send_handshake.o\ libaxl_send_request.o LIB_HDR =\ @@ -31,7 +43,8 @@ LIB_HDR =\ libaxl-requests.h\ libaxl-requests-ptr-structs.h\ libaxl-requests-structs.h\ - libaxl-types.h + libaxl-types.h\ + libaxl-display-info.h HDR =\ common.h\ -- cgit v1.2.3-70-g09d2