After changing librfc822 to get along without libmpools, the library

can (and has been) removed from Petidomo.
This commit is contained in:
Peter Simons 2000-12-13 16:42:17 +00:00
parent a6c4785aaa
commit 165af89996
2 changed files with 2 additions and 3 deletions

View File

@ -18,7 +18,7 @@ SRCS = acl.c archive.c argvSetDebugLevel.c authen.c config.c exit.c \
mailer.c members.c parsearray.c password.c rfcparse.c \
subscribe.c tool.c signature.c unsubscribe.c main.c
OBJS = ${SRCS:.c=.o}
LIBS = librfc822/librfc822.a liblists/liblists.a libmpools/libmpools.a \
LIBS = librfc822/librfc822.a liblists/liblists.a \
libconfigfile/libconfigfile.a libtext/libtext.a libargv/libargv.a \
libdebug/libdebug.a
@ -61,7 +61,7 @@ clean-local::
rm -f acl_scan.c acl_scan.h acl.c
distclean-local:: clean-local
rm -f config.log config.cache config.status GNUmakefile
rm -f config.log config.cache config.status Makefile
realclean-local:: distclean-local
rm -f configure

View File

@ -42,7 +42,6 @@ AC_CONFIG_SUBDIRS(libargv)
AC_CONFIG_SUBDIRS(libconfigfile)
AC_CONFIG_SUBDIRS(libdebug)
AC_CONFIG_SUBDIRS(liblists)
AC_CONFIG_SUBDIRS(libmpools)
AC_CONFIG_SUBDIRS(librfc822)
AC_CONFIG_SUBDIRS(libtext)