Small corrections. Compiles and builds.
[libt2n] / examples-codegen / example2-client / Makefile.am
1 # not a GNU package. You can remove this line, if
2 # you have all needed files, that a GNU package needs
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = @DEFAULT_CFLAGS@
6 LDADD = @DEFAULT_LIBS@
7
8 libt2n_example2_client_SOURCES = client.cpp
9
10 bin_PROGRAMS = libt2n-example2-client