Hello,

libp11-0.2.5.tar.gz doesn't ship with Makefile.mak and winconfig.h files
that are needed for building with MSVC. Those files are, however,
present in SVN. The attached patch adds those two files to the "make
dist" target, so that they'd get included in next release tarball.

-- 
Kalev Lember
Index: libp11/Makefile.am
===================================================================
--- libp11/Makefile.am  (revision 182)
+++ libp11/Makefile.am  (working copy)
@@ -12,7 +12,7 @@
        $(srcdir)/m4/ltversion.m4 $(srcdir)/m4/lt~obsolete.m4 \
        $(srcdir)/m4/ltoptions.m4 \
        $(srcdir)/packaged
-EXTRA_DIST = svnignore
+EXTRA_DIST = svnignore Makefile.mak winconfig.h
 
 dist_noinst_DATA = COPYING bootstrap \
        $(srcdir)/examples/Makefile $(srcdir)/examples/*.c 
$(srcdir)/examples/README
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to