This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

external dir objects to be included in shared lib


Hi,

I'm looking for the good way to link objects found in mylib/libmissing/
to the shared library created in mylib/src/. I know building a static
lib in libmissing and linking it to my shared lib is the bad way to do
it but is there a better solution ?

Actually my mylib/src/Makefile.am contains the following line, how can I
precise I just want to link ../src/libmissing/*.o instead ?

mylib_la_LIBADD = ../libmissing/libmissing.a

Thanks,
-- 
Sylvain.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]