[Pcsclite-cvs-commit] CFlexPlugin Makefile.am,1.2,1.3

rousseau@quantz.debian.org rousseau@quantz.debian.org
Tue, 30 Sep 2003 11:22:44 +0200


Update of /cvsroot/muscleplugins/CFlexPlugin
In directory quantz:/tmp/cvs-serv19783

Modified Files:
	Makefile.am 
Log Message:
use aclocal for *.m4 files


Index: Makefile.am
===================================================================
RCS file: /cvsroot/muscleplugins/CFlexPlugin/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	1 Oct 2002 20:24:59 -0000	1.2
+++ Makefile.am	30 Sep 2003 09:22:42 -0000	1.3
@@ -1,23 +1,9 @@
 ## Process this file with automake to create Makefile.in.
 
 AUTOMAKE_OPTIONS = no-dependencies
-SUBDIRS = src
-
-AUX_DIST = $(ac_aux_dir)/acinclude.m4 \
-	$(ac_aux_dir)/aclocal.m4 \
-	$(ac_aux_dir)/acx_pthread.m4 \
-	$(ac_aux_dir)/config.guess \
-	$(ac_aux_dir)/config.sub \
-	$(ac_aux_dir)/install-sh \
-	$(ac_aux_dir)/ltconfig \
-	$(ac_aux_dir)/ltmain.sh \
-	$(ac_aux_dir)/missing \
-	$(ac_aux_dir)/mkinstalldirs \
-	$(ac_aux_dir)/ylwrap
+SUBDIRS = src aclocal
 
-EXTRA_DIST = $(ac_aux_dir)
-MAINTAINERCLEANFILES = Makefile.in aclocal.m4 configure config-h.in \
-	stamp-h.in $(AUX_DIST)
+EXTRA_DIST = LICENSE reconf
 
 # Automatically update the libtool script if it becomes out-of-date.
 LIBTOOL_DEPS = @LIBTOOL_DEPS@