libt2n: (gerd) adapt codegen to new command_client interface, fix codegen-examples
[libt2n] / examples-codegen / example2-client / Makefile.am
CommitLineData
208db683
JT
1# not a GNU package. You can remove this line, if
2# you have all needed files, that a GNU package needs
3AUTOMAKE_OPTIONS = foreign
4
5INCLUDES = @DEFAULT_CFLAGS@
6LDADD = @DEFAULT_LIBS@
7
8libt2n_example2_client_SOURCES = client.cpp
9
10bin_PROGRAMS = libt2n-example2-client