[Pcsclite-cvs-commit] MCardPlugin/src Makefile.am,1.8,1.9

rousseau@quantz.debian.org rousseau@quantz.debian.org
Thu, 02 Oct 2003 21:00:22 +0200


Update of /cvsroot/muscleplugins/MCardPlugin/src
In directory quantz:/tmp/cvs-serv28805

Modified Files:
	Makefile.am 
Log Message:
typo: SOLARI_LIBS -> SOLARIS_LIBS


Index: Makefile.am
===================================================================
RCS file: /cvsroot/muscleplugins/MCardPlugin/src/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am	30 Sep 2003 09:48:00 -0000	1.8
+++ Makefile.am	2 Oct 2003 19:00:19 -0000	1.9
@@ -7,9 +7,9 @@
 
 ## Solaris
 if MSC_ARCH_SOLARIS
-SOLARI_LIBS = -lposix4 -lsocket
+SOLARIS_LIBS = -lposix4 -lsocket
 endif
 
 
 libmusclecardApplet_la_SOURCES = musclecardApplet.c musclecardApplet.h
-libmusclecardApplet_la_LDFLAGS = -version-info 0:2:0 $(MSC_INCLUDE_LIBS) $(SOLARI_LIBS)
+libmusclecardApplet_la_LDFLAGS = -version-info 0:2:0 $(MSC_INCLUDE_LIBS) $(SOLARIS_LIBS)