Added libt2n-gccxml.sh wrapper script to filter new, unknown gccxml -pthread option
[libt2n] / examples-codegen / example2 / Makefile.am
index 3ad765b..44752ac 100644 (file)
@@ -56,6 +56,10 @@ TESTS = test
 
 EXTRA_DIST = $(TESTS)
 
+# Make libt2n-gccxml.sh available
+# as libt2n is not installed yet
+PATH := $(top_srcdir):$(PATH)
+
 # if you use libt2n-codegen you should add this
 # (i did not find a nice way to let libt2n install this makefile snippet
 # and let projects using libt2n use the installed version.