From 670dc1542e022391737c5fcf01b3cbe8f04c8327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 14 Sep 2019 10:11:10 +0800 Subject: Distribute code --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index caf9aeb..731f72f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,12 @@ noinst_LIBRARIES = librtclient.a librtclient_a_SOURCES = \ + rtclient/common.h \ rtclient/user.h \ rtclient/ticket.h \ rtclient/rtclient.h \ + common.c \ + user.c \ + ticket.c \ client.c bin_PROGRAMS = rtclienttest -- cgit v1.2.3