summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 03bb0a272fcaf073885648a73f3fe2ea770e4c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_LIBRARIES = librtclient.a
librtclient_a_SOURCES = \
			rtclient/user.h \
			rtclient/ticket.h \
			rtclient/search.h \
			rtclient/client.h \
			request.h \
			request.c \
			post.h \
			post.c \
			user.c \
			ticket.c \
			search.c \
			client.c

bin_PROGRAMS = rtclienttest
rtclienttest_SOURCES = main.c
rtclienttest_LDADD = librtclient.a
rtclienttest_LDFLAGS = -lcurl