try to find workaround for old automake
[libt2n] / example-libusage / Makefile.am
CommitLineData
7f435356
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
8client_SOURCES = client.cpp
9
10bin_PROGRAMS = client