Hi Michael,
>>> "Michael" == Michael Reynolds <[EMAIL PROTECTED]> writes:
Michael> I have 2 modules, each with their own _init and _fini functions. My
Michael> Makefile.am file is as follows:
[...]
Michael> /services/services/src/modules/dns.c:40: multiple definition of `_init'
Michael> /u
I have 2 modules, each with their own _init and _fini functions. My
Makefile.am file is as follows:
lib_LTLIBRARIES = dns.la select.la
dns_la_SOURCES = dns.c
dns_la_LDFLAGS = -module $(LDFLAGS)
select_la_SOURCES = select.c
select_la_LDFLAGS = -module $(LDFLAGS)
After running automake, autoconf, e