Initial commit
[jamendo] / branches / nota-show-app / src / ts7200 / Makefile.am
1 lib_LIBRARIES = \
2         libts7200connect.a
3
4 libts7200connect_a_SOURCES = \
5         ts7200_client.c   \
6         ts7200_client.h
7
8 bin_PROGRAMS = \
9         test_server
10
11 libts7200connect_a_CFLAGS = $(NOTA_H_IN_CFLAGS) -Wall
12
13 test_server_SOURCES = test_server.c ts7200_client.h
14 test_server_LDADD = $(NOTA_H_IN_LIBS) libts7200connect.a
15 test_server_CFLAGS = $(NOTA_H_IN_CFLAGS) -Wall
16