comparison lib-src/Makefile.in @ 51111:ac7ffb802e23

Define LIBS_MAIL=-llockfile.
author Dave Love <fx@gnu.org>
date Tue, 20 May 2003 16:33:02 +0000
parents 5127a1bf36db
children 50fde8fa2e7b
comparison
equal deleted inserted replaced
51110:fca623d011f5 51111:ac7ffb802e23
232 # endif 232 # endif
233 #endif 233 #endif
234 234
235 LIBS_MOVE=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB) 235 LIBS_MOVE=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB)
236 236
237 #ifdef HAVE_LIBLOCKFILE
238 LIBS_MAIL=-llockfile
239 #else
237 #ifdef HAVE_LIBMAIL 240 #ifdef HAVE_LIBMAIL
238 LIBS_MAIL=-lmail 241 LIBS_MAIL=-lmail
242 #endif
239 #endif 243 #endif
240 244
241 LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC 245 LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC
242 246
243 /* We need to #define emacs to get the right versions of some files. 247 /* We need to #define emacs to get the right versions of some files.