X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples-codegen%2Fexample1%2FMakefile.am;h=59614ae2081bcfb4e73cebc04c940fa99afb6f79;hp=32dc2fe7f515e66059d396534cb951f59407ba52;hb=58f452c4278be2568cb663f1ec47b0cca95c46f6;hpb=208db683069afb57aeb0ef0e6897c014b870bb6f diff --git a/examples-codegen/example1/Makefile.am b/examples-codegen/example1/Makefile.am index 32dc2fe..59614ae 100644 --- a/examples-codegen/example1/Makefile.am +++ b/examples-codegen/example1/Makefile.am @@ -29,5 +29,9 @@ libt2n_example1_server_SOURCES = \ server.cpp $(t2nexample_GROUP) \ t2nexample_server.cpp +# Make libt2n-gccxml.sh available +# as libt2n is not installed yet +PATH := $(top_srcdir):$(PATH) + # include Makefile snippet doing all the magic include codegen.make