summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 09:12:42 +0800
committerꦌ ꦫꦶ ꦏ꧀ꦦꦿ ꦧ ꦮ ꦑ ꦩ ꦭ꧀ <erik@darapsa.co.id>2019-09-14 09:12:42 +0800
commit3ecf905622ed9a33f5e3387bb535e9da152a7857 (patch)
tree9e4802f50a737be7b488a45072b4730bbddc69b9
parent90b308e8122c1c5c5981d09bfc47777c8b1216d6 (diff)
Include test program build in Makefile
-rw-r--r--Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 297113a..27ceecd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,3 +4,8 @@ librtclient_a_SOURCES = \
rtclient/ticket.h \
rtclient/rtclient.h \
rtclient.c
+
+bin_PROGRAMS = test
+test_SOURCES = test.c
+test_LDADD = librtclient.a
+test_LDFLAGS = -lcurl