[Pcsclite-cvs-commit] r2941 - in /trunk: Drivers/ccid/Makefile.am PCSC/Makefile.am libmusclecard/Makefile.am

rousseau at users.alioth.debian.org rousseau at users.alioth.debian.org
Sun May 11 11:00:25 UTC 2008


Author: rousseau
Date: Sun May 11 11:00:25 2008
New Revision: 2941

URL: http://svn.debian.org/wsvn/pcsclite/?sc=1&rev=2941
Log:
add AUTOMAKE_OPTIONS = dist-bzip2 so that make dist alsa generates a
.tar.bz2 archive

Modified:
    trunk/Drivers/ccid/Makefile.am
    trunk/PCSC/Makefile.am
    trunk/libmusclecard/Makefile.am

Modified: trunk/Drivers/ccid/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/Drivers/ccid/Makefile.am?rev=2941&op=diff
==============================================================================
--- trunk/Drivers/ccid/Makefile.am (original)
+++ trunk/Drivers/ccid/Makefile.am Sun May 11 11:00:25 2008
@@ -1,4 +1,4 @@
-# $Id$
+AUTOMAKE_OPTIONS = dist-bzip2
 
 ACLOCAL_AMFLAGS = -I aclocal
 

Modified: trunk/PCSC/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/PCSC/Makefile.am?rev=2941&op=diff
==============================================================================
--- trunk/PCSC/Makefile.am (original)
+++ trunk/PCSC/Makefile.am Sun May 11 11:00:25 2008
@@ -1,4 +1,4 @@
-# Process this file with automake to create Makefile.in.
+AUTOMAKE_OPTIONS = dist-bzip2
 
 SUBDIRS = m4 win32 src etc doc
 

Modified: trunk/libmusclecard/Makefile.am
URL: http://svn.debian.org/wsvn/pcsclite/trunk/libmusclecard/Makefile.am?rev=2941&op=diff
==============================================================================
--- trunk/libmusclecard/Makefile.am (original)
+++ trunk/libmusclecard/Makefile.am Sun May 11 11:00:25 2008
@@ -1,4 +1,4 @@
-# Process this file with automake to create Makefile.in.
+AUTOMAKE_OPTIONS = dist-bzip2
 
 EXTRA_DIST = ChangeLog.svn reconf
 




More information about the Pcsclite-cvs-commit mailing list