diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 10:11:10 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 10:11:10 +0800 |
| commit | 670dc1542e022391737c5fcf01b3cbe8f04c8327 (patch) | |
| tree | 397f5cab73b81e76fcd3df748cf37340ee424897 /Makefile.am | |
| parent | 913d8c5f2fbfd542c955227939fdee6fb440648d (diff) | |
Distribute code
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |