X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2FMakefile.am;h=1911f200f71d8fb6d7f135138d6edc3f200f3815;hp=d1134fe149480c7c4d9dd624096320681957c2d9;hb=1f0aa49ffeccf4ac8562a82a941b17c63503c4cc;hpb=84b484fa66baa81473a4278153b43221f877a2e1 diff --git a/example-codegen/Makefile.am b/example-codegen/Makefile.am index d1134fe..1911f20 100644 --- a/example-codegen/Makefile.am +++ b/example-codegen/Makefile.am @@ -1,5 +1,8 @@ -INCLUDES = -I$(top_srcdir)/src @BOOST_CPPFLAGS@ @CPPUNIT_CFLAGS@ -I$(top_srcdir)/codegen -LDADD = $(top_builddir)/src/libt2n.la @BOOST_SERIALIZATION_LIB@ @BOOST_LDFLAGS@ +# if you use codegen you should add the next line +@LIBT2N_CODEGEN_MAKESNIPPET@ + +INCLUDES = @LIBT2N_CPPFLAGS@ +LDADD = @LIBT2N_LIBS@ # list your command groups CMDGROUPS = default other @@ -37,5 +40,3 @@ server_SOURCES = \ TESTS = test EXTRA_DIST = $(TESTS) - -include $(top_srcdir)/codegen/codegen.make