summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 09:21:48 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 09:21:48 +0800
commit777246ed4d138c7919d0dcc47dd3c1a893cd2fba (patch)
treeb070bf3a81cf1c875b2ff1d4d7d0cb6eb606b4ef /Makefile.am
parent3ecf905622ed9a33f5e3387bb535e9da152a7857 (diff)
Rename test file and binary
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 27ceecd..b4caab6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ librtclient_a_SOURCES = \
rtclient/rtclient.h \
rtclient.c
-bin_PROGRAMS = test
-test_SOURCES = test.c
-test_LDADD = librtclient.a
-test_LDFLAGS = -lcurl
+bin_PROGRAMS = rtclienttest
+rtclienttest_SOURCES = main.c
+rtclienttest_LDADD = librtclient.a
+rtclienttest_LDFLAGS = -lcurl