Name the variables that have the names of ".lo" files as _LO, not _O;
authorGuy Harris <guy@alum.mit.edu>
Sun, 5 Sep 2004 10:38:04 +0000 (10:38 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sun, 5 Sep 2004 10:38:04 +0000 (10:38 -0000)
commit816a1793111e3dcda1cf5adcb7d9fbbf96545212
tree53f1dfe032e812a4e681cec54d7b2eb10d54a834
parent37cebd939c459b9ecf6b4c0f92bb68ab1acd4060
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.)

svn path=/trunk/; revision=11906
configure.in
epan/Makefile.am