perky 02/12/13 17:42:43
Modified: modules/eapttls Makefile.in
Log:
Make 'install' target.
Revision Changes Path
1.4 +3 -2 libeap/modules/eapttls/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /cvsroot/eap/libeap/modules/eapttls/Makefile.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.in 14 Dec 2002 01:14:49 -0000 1.3
+++ Makefile.in 14 Dec 2002 01:42:42 -0000 1.4
@@ -30,13 +30,14 @@
include @top_srcdir@/build/eapconfig.mk
-SOTARGET= libeap_ttls.so
+SOTARGET= mod_eapttls.so
LIBRARY_OBJS= avp.o callback.o eapttls.o eapttls_impl.o pack.o stream.o \
tls.o tls_sess.o tunnel_eap.o keyblock.o tunnel_auth.o
all: ${SOTARGET}
install:
+ ${INSTALL_PROGRAM} ${SOTARGET} ${MODULEDIR}/
${SOTARGET}: ${LIBRARY_OBJS}
${LD} -shared -o $@ ${LDFLAGS} ${LIBS} ${LIBRARY_OBJS}
@@ -46,5 +47,5 @@
distclean: clean
-# $Id: Makefile.in,v 1.3 2002/12/14 01:14:49 perky Exp $
+# $Id: Makefile.in,v 1.4 2002/12/14 01:42:42 perky Exp $
# ex: ts=8 sts=8 noet
|