From 3ecf905622ed9a33f5e3387bb535e9da152a7857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=20=EA=A6=AB=EA=A6=B6=20=EA=A6=8F=EA=A7=80?= =?UTF-8?q?=EA=A6=A6=EA=A6=BF=20=EA=A6=A7=20=EA=A6=AE=20=EA=A6=91=20?= =?UTF-8?q?=EA=A6=A9=20=EA=A6=AD=EA=A7=80?= Date: Sat, 14 Sep 2019 09:12:42 +0800 Subject: Include test program build in Makefile --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3