X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=codegen%2FTODO;h=dd9f296833b1e70ce2aa5a0e5c3477f5803054c3;hp=fb1591e8b776232c5ef6b793b6a2e7ab7752de97;hb=373558f707dd668486de943dadfb4efe492b07af;hpb=b522255ce25f1fc10826b08ffa0228836d79ca0b diff --git a/codegen/TODO b/codegen/TODO index fb1591e..dd9f296 100644 --- a/codegen/TODO +++ b/codegen/TODO @@ -11,13 +11,9 @@ open questions: the variables which must be set: LIBT2N_CODEGEN="\$(top_builddir)/codegen/libt2n-codegen" LIBT2N_CLIENT_PCTEMPLATE="\$(top_srcdir)/codegen/clientlib.pc.in" - LIBT2N_CODEGEN_MAKESNIPPET="include \$(top_srcdir)/codegen/codegen.make" - - we store the variables in the .pc file of libt2n - maybe wrap the calls to pkg-config in a m4 macro - (=> projects using libt2n-codegen need only one line in configure.in) - + => we store the variables in the .pc file of libt2n - it would really be much nicer if the client lib includes would not depend upon boost serialization i thought a solution would be to provide this optionally by wrapping the corresponding includes in a #ifdef but this does not work since command.hxx is included which depends on boost serialization headers anyway => we do not provide this for now +- naming scheme?!