X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-libusage%2FMakefile.am;fp=example-libusage%2FMakefile.am;h=5adf4a5104423a42935913aa2c7102d7dfb4f486;hp=0000000000000000000000000000000000000000;hb=7f43535628b782bd82c4fbdd1b8f23d7782b0337;hpb=ad17f52360ddd6f3fa75be5cc7baf72c5dc8e59f diff --git a/example-libusage/Makefile.am b/example-libusage/Makefile.am new file mode 100644 index 0000000..5adf4a5 --- /dev/null +++ b/example-libusage/Makefile.am @@ -0,0 +1,10 @@ +# not a GNU package. You can remove this line, if +# you have all needed files, that a GNU package needs +AUTOMAKE_OPTIONS = foreign + +INCLUDES = @DEFAULT_CFLAGS@ +LDADD = @DEFAULT_LIBS@ + +client_SOURCES = client.cpp + +bin_PROGRAMS = client