diff options
| author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-11 08:25:47 +0800 |
|---|---|---|
| committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-11 08:25:47 +0800 |
| commit | 73a484ced42c0370ea8569dc25be433904ca8647 (patch) | |
| tree | 43d1304e1973105e870eb2c036609a61d10566d7 | |
| parent | 74411925f367278c9667db86d690f02a4d1f0ca6 (diff) | |
Add rtuser.h to Makefile.am
| -rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2345cfc..37f2990 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,5 @@ noinst_LIBRARIES = librtclient.a librtclient_a_SOURCES = \ - rtclient.c \ - rtclient.h + rtuser.h \ + rtclient.h \ + rtclient.c |