Nitesh Soni (NC/TNT) wrote:
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..
configure.ac:
AM_INIT_AUTOMAKE([subdir-objects])
Makefile.
Title: regarding multiple parser.y in single Makefile.am
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.