Commit f2dea507 f2dea50773ce8fff9db512c3ad5dc875a51be190 by Jeff Bailey

Disable inter-library dependancy

1 parent ffc62e80
2002-02-20 Jeff Bailey <jbailey@outpost.dnsalias.org>
* argp/Makefile.am: Remove inter-library dependancy. Until QNX
has a recent libtool that will support this. Thanks Sam,
Sergey for reporting and finding the fix.
2002-02-20 Sam Roberts <sroberts@uniserve.com>
* frm/Makefile.am, from/Makefile.am, imap4d/Makefile.am,
......
......@@ -13,5 +13,7 @@ EXTRA_LTLIBRARIES = libargp.la
noinst_HEADERS = argp-fmtstream.h argp-namefrob.h argp.h
libargp_la_LIBADD = ../lib/libmailutils.la
# Feb 20, 2002 - JB Consider putting this back in when QNX has
# a recent libtool
# libargp_la_LIBADD = ../lib/libmailutils.la
......