X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2FMakefile.am;h=cabf1004697116179c1109b388a679da4ea2b1f4;hp=30b8d8d4c2b7a6d57357d6565701551dfd86041e;hb=26eca3d84050172b9485555ee63e7f2ba19f5c51;hpb=44a58adde741c1cde579b8d2a678906023475536 diff --git a/example-codegen/Makefile.am b/example-codegen/Makefile.am index 30b8d8d..cabf100 100644 --- a/example-codegen/Makefile.am +++ b/example-codegen/Makefile.am @@ -1,4 +1,3 @@ -# todo: remove codegen include path (codegen-stubhead.hxx will be removed) INCLUDES = @LIBT2N_CPPFLAGS@ LDADD = @LIBT2N_LIBS@ @@ -37,6 +36,12 @@ server_SOURCES = \ TESTS = test -EXTRA_DIST = $(TESTS) +EXTRA_DIST = $(TESTS) configure.in -include @LIBT2N_CODEGEN_MAKESNIPPET@ +# we have got an old automake version (1.4-p5) which doesn't support nodist_ +# => you might want to use the dist-hook to remove generated files +dist-hook: + rm -vf $(foreach i, $(BUILT_SOURCES), $(distdir)/$(i)) + +# if you use codegen you should add the next line at the end +@LIBT2N_CODEGEN_MAKESNIPPET@