X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2FMakefile.am;fp=example-codegen%2FMakefile.am;h=30b8d8d4c2b7a6d57357d6565701551dfd86041e;hp=d1134fe149480c7c4d9dd624096320681957c2d9;hb=44a58adde741c1cde579b8d2a678906023475536;hpb=d6d16279eafa85a7581c285d11b59f374cd5fa1f diff --git a/example-codegen/Makefile.am b/example-codegen/Makefile.am index d1134fe..30b8d8d 100644 --- a/example-codegen/Makefile.am +++ b/example-codegen/Makefile.am @@ -1,5 +1,6 @@ -INCLUDES = -I$(top_srcdir)/src @BOOST_CPPFLAGS@ @CPPUNIT_CFLAGS@ -I$(top_srcdir)/codegen -LDADD = $(top_builddir)/src/libt2n.la @BOOST_SERIALIZATION_LIB@ @BOOST_LDFLAGS@ +# todo: remove codegen include path (codegen-stubhead.hxx will be removed) +INCLUDES = @LIBT2N_CPPFLAGS@ +LDADD = @LIBT2N_LIBS@ # list your command groups CMDGROUPS = default other @@ -38,4 +39,4 @@ TESTS = test EXTRA_DIST = $(TESTS) -include $(top_srcdir)/codegen/codegen.make +include @LIBT2N_CODEGEN_MAKESNIPPET@