Hi. I am trying to build multiple parser.y sources in a single Makefile.am for different libraries. eg.... I have parser.y in src/libX/src and in src/libY/src ... I have a single Makefile.am at "src" level. How can I build these 2 parser.y in the single Makefile.am for these two different libraries..
Thanks Nitesh