diff options
author | Mattias Andrée <maandree@kth.se> | 2020-04-24 19:47:41 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-04-24 19:47:41 +0200 |
commit | 90cd52ece1623f9b872837a88504faeb9fd593f6 (patch) | |
tree | 2c910614d39b0b8dde5eccda25de99a6f360e161 /Makefile | |
parent | First commit (diff) | |
download | libaxl-90cd52ece1623f9b872837a88504faeb9fd593f6.tar.gz libaxl-90cd52ece1623f9b872837a88504faeb9fd593f6.tar.bz2 libaxl-90cd52ece1623f9b872837a88504faeb9fd593f6.tar.xz |
Second commit
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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\ |