Ethereal-cvs: [Ethereal-cvs] Rev 11906: /trunk/epan/: Makefile.am /trunk/: configure.in

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sun, 05 Sep 2004 10:38:15 -0000
User: guy
Date: 2004/09/05 05:38 AM

Log:
 Name the variables that have the names of ".lo" files as _LO, not _O;
 put the name of the ".o" files into _O variables (I'm not sure whether
 the current .am files automatically support building programs statically
 linked with libethereal, as a result of using libtool; if so, the _O
 versions of those variables aren't necessary, and, if not, we probably
 need to use them).
 
 Use the _LO variables in libethereal_la_LIBADD and
 libethereal_la_DEPENDENCIES.
 
 (This means that we use "g_ascii_strtoull.lo" rather than
 "g_ascii_strtoull.o" to make the libethereal shared library; that's what
 we need to do, but we weren't doing it.)

Directory: /trunk/epan/
  Changes    Path           Action
  +2 -2      Makefile.am    Modified

Directory: /trunk/
  Changes    Path            Action
  +25 -7     configure.in    Modified



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=11906&view=rev