summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: dd8ee0220f0a57ca24d144e6f9a037f88697b54c (plain)
1
2
3
4
5
6
7
8
noinst_LIBRARIES = libicclient.a
libicclient_a_SOURCES = \
			icclient/request.h \
			icclient/product.h \
			icclient/client.h \
			request.c \
			product.c \
			client.c