From 0588263c5283c85cd4751c2251f3eb7881d7f87f 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: Mon, 30 Sep 2019 12:31:50 +0800 Subject: Change ticket_search to search_ticket because search is a different namespace in the REST API --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e12c540..7b42214 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,7 @@ noinst_LIBRARIES = librtclient.a librtclient_a_SOURCES = \ rtclient/user.h \ rtclient/ticket.h \ + rtclient/search.h \ rtclient/client.h \ request.h \ request.c \ @@ -9,6 +10,7 @@ librtclient_a_SOURCES = \ post.c \ user.c \ ticket.c \ + search.c \ client.c librtclient_a_CFLAGS = -fPIC -- cgit v1.2.3