[Ilugc] changing the library name Reg:

  • From: sudharsh@xxxxxxxxx (Sudharshan S)
  • Date: Tue, 19 Jul 2011 18:31:23 +0530

Hi,

On Tue, Jul 19, 2011 at 4:18 PM, murali v <murali.venugopal at gmail.com> wrote:

Hi,


But i've modified the code to support traceroute too. Now, i want to
generate a .so file which reads "libjicmpt.so". And, i want to use these two
libraries simultaneously in my project. I tried replacing "jicmp" to
"jicmpt" in the configure file. But still my output library .so file is the
same "libjicmp.so" only.


Shouldn't you be modifying the Makefiles instead? If the project uses
autotools, check out Makefile.am.
All you need to do is add (or rename) 'libjicmpt_la_*' directives in
your Makefile.am.

Then you can proceed with a 'make distclean'.

As always the docs,
http://www.gnu.org/s/hello/manual/automake/Programs.html#Programs
-- 
Sudharshan S

Other related posts: