From 2dec73680d1f007235d52abd9e1aa6c89ecf361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Sat, 15 Jan 2022 17:22:33 +0800 Subject: Rename rtclient/client.h to rtclient.h --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 8e823f3..b6fee15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,11 +10,11 @@ librtclient_la_SOURCES = \ client.c librtclient_la_CPPFLAGS = -I${prefix}/include librtclient_la_LDFLAGS = -L${prefix}/lib -lcurl +include_HEADERS = rtclient.h pkginclude_HEADERS = \ rtclient/user.h \ rtclient/ticket.h \ - rtclient/search.h \ - rtclient/client.h + rtclient/search.h #bin_PROGRAMS = rtclienttest #rtclienttest_SOURCES = main.c #rtclienttest_LDADD = librtclient.la -- cgit v1.2.3