[opensc-devel] make maintainer-clean patch

2011-04-25 Thread jons...@terra.es
Seems that make maintainer-clean forgets to delete trunk/MacOSX/Makefile.in 
file

This patch does the work:
--- ../trunk/MacOSX/Makefile.am2011-04-21 11:33:09.0 +0200
+++ mine/MacOSX/Makefile.am2011-04-25 11:26:32.0 +0200
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
 EXTRA_DIST = build build-package.in libtool-bundle opensc-uninstall \
 10.5/resources \
 10.5/resources/background.jpg \

Juan Antonio

___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] make maintainer-clean patch

2011-04-25 Thread Alon Bar-Lev
Applied.
Thanks.

On Mon, Apr 25, 2011 at 12:39 PM, jons...@terra.es jons...@terra.es wrote:
 Seems that make maintainer-clean forgets to delete
 trunk/MacOSX/Makefile.in file

 This patch does the work:
 --- ../trunk/MacOSX/Makefile.am    2011-04-21 11:33:09.0 +0200
 +++ mine/MacOSX/Makefile.am    2011-04-25 11:26:32.0 +0200
 @@ -1,3 +1,4 @@
 +MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
  EXTRA_DIST = build build-package.in libtool-bundle opensc-uninstall \
  10.5/resources \
  10.5/resources/background.jpg \

 Juan Antonio

 ___
 opensc-devel mailing list
 opensc-devel@lists.opensc-project.org
 http://www.opensc-project.org/mailman/listinfo/opensc-devel

___
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel