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.am:
lib_LTLIBRARIES = libX/libX.la libY/libY.la

libX_libX_la_SOURCES = libX/parser.y
libY_libY_la_SOURCES = libY/parser.y

--
Gary V. Vaughan      ())_.  [EMAIL PROTECTED],gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
http://lists.gnu.org/mailman/listinfo/libtool

Reply via email to