diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 10:42:33 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-14 10:42:33 +0800 |
commit | 03f47c60e7963f24b8fa073abe2ad94cd688fc26 (patch) | |
tree | 0dea477977ec8e2e3cf6c9ae18904ba0a073e54b /Makefile.am | |
parent | 670dc1542e022391737c5fcf01b3cbe8f04c8327 (diff) |
Follow a convenient way for inlining request function
https://en.wikipedia.org/wiki/Inline_function#C99
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 731f72f..657de43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,10 @@ noinst_LIBRARIES = librtclient.a librtclient_a_SOURCES = \ - rtclient/common.h \ + rtclient/request.h \ rtclient/user.h \ rtclient/ticket.h \ rtclient/rtclient.h \ - common.c \ + request.c \ user.c \ ticket.c \ client.c |