|
From: Hye-Shik C. <pe...@us...> - 2002-12-14 03:11:37
|
perky 02/12/13 19:11:34
Modified: modules/eapmd5 Makefile.in
Log:
Change dlmodule name to eap_type.so
Revision Changes Path
1.6 +2 -2 libeap/modules/eapmd5/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /cvsroot/eap/libeap/modules/eapmd5/Makefile.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.in 14 Dec 2002 01:42:42 -0000 1.5
+++ Makefile.in 14 Dec 2002 03:11:34 -0000 1.6
@@ -30,7 +30,7 @@
include @top_srcdir@/build/eapconfig.mk
-SOTARGET= mod_eapmd5.so
+SOTARGET= eap_md5.so
LIBRARY_OBJS= eapmd5.o
all: ${SOTARGET}
@@ -46,5 +46,5 @@
distclean: clean
-# $Id: Makefile.in,v 1.5 2002/12/14 01:42:42 perky Exp $
+# $Id: Makefile.in,v 1.6 2002/12/14 03:11:34 perky Exp $
# ex: ts=8 sts=8 noet
|