diff options
author | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 10:57:13 +0800 |
---|---|---|
committer | ꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id> | 2019-09-16 10:57:13 +0800 |
commit | 6bba1f355362826f7eaa49e47b3486e8d1073250 (patch) | |
tree | 083e984194885e5c8c0a410d2d10f0a01db8c77f | |
parent | cb9020218b20470b483197dd6662c0fae3237e3b (diff) |
Fix the name of the project in configure.ac
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5a4d375..1030563 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([rtclient], [0.0], [rt@darapsa.co.id]) +AC_INIT([librtclient], [0.0], [rt@darapsa.co.id]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AC_PROG_RANLIB |