summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 27ceecdba9fd11c83ac349b6f5502feded3f37bd (plain)
1
2
3
4
5
6
7
8
9
10
11
noinst_LIBRARIES = librtclient.a
librtclient_a_SOURCES = \
			rtclient/user.h \
			rtclient/ticket.h \
			rtclient/rtclient.h \
			rtclient.c

bin_PROGRAMS = test
test_SOURCES = test.c
test_LDADD = librtclient.a
test_LDFLAGS = -lcurl