X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fexample1-client-wrapper%2FMakefile.am;fp=examples-codegen%2Fexample1-client-wrapper%2FMakefile.am;h=2013c8be0de2693afe13943feb7b544d5b021e80;hp=0000000000000000000000000000000000000000;hb=393e7b700efffc748e593661b365ead414a341c1;hpb=c99918d6ed784eec9576d8641c62dd3153089414 diff --git a/examples-codegen/example1-client-wrapper/Makefile.am b/examples-codegen/example1-client-wrapper/Makefile.am new file mode 100644 index 0000000..2013c8b --- /dev/null +++ b/examples-codegen/example1-client-wrapper/Makefile.am @@ -0,0 +1,6 @@ +# not a GNU package. You can remove this line, if you have all needed files, that a GNU package needs +AUTOMAKE_OPTIONS = foreign +INCLUDES = @T2NEXAMPLE_CFLAGS@ +LDADD = @T2NEXAMPLE_LIBS@ +bin_PROGRAMS = libt2n-example1-client-wrapper +libt2n_example1_client_wrapper_SOURCES = client.cpp