X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2FMakefile.am;h=1911f200f71d8fb6d7f135138d6edc3f200f3815;hp=30b8d8d4c2b7a6d57357d6565701551dfd86041e;hb=1f0aa49ffeccf4ac8562a82a941b17c63503c4cc;hpb=44a58adde741c1cde579b8d2a678906023475536 diff --git a/example-codegen/Makefile.am b/example-codegen/Makefile.am index 30b8d8d..1911f20 100644 --- a/example-codegen/Makefile.am +++ b/example-codegen/Makefile.am @@ -1,4 +1,6 @@ -# todo: remove codegen include path (codegen-stubhead.hxx will be removed) +# if you use codegen you should add the next line +@LIBT2N_CODEGEN_MAKESNIPPET@ + INCLUDES = @LIBT2N_CPPFLAGS@ LDADD = @LIBT2N_LIBS@ @@ -38,5 +40,3 @@ server_SOURCES = \ TESTS = test EXTRA_DIST = $(TESTS) - -include @LIBT2N_CODEGEN_MAKESNIPPET@