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

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