[hipl-commit] [trunk] Rev 4477: Drop m4 directory from EXTRA_DIST.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Sun, 9 May 2010 16:08:30 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 09/05/2010 at 16:08:30
Revision: 4477
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Drop m4 directory from EXTRA_DIST.
  This workaround for CentOS should no longer be needed.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-05-09 12:30:33 +0000
+++ Makefile.am 2010-05-09 13:07:26 +0000
@@ -12,7 +12,6 @@
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/lib/ipsec/,*.3))
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/test/,*.cgi *.pl *.py *.sh))
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/tools/,*.cfg *.pl *.py *.sh))
-EXTRA_DIST += m4 # required for CentOS "make bin" target
 EXTRA_DIST += $(HIPL_HEADER_LIST)
 
 # Default pkgdatadir is /usr/[local]/share/hipl/pixmaps/hipmanager.png.

Other related posts:

  • » [hipl-commit] [trunk] Rev 4477: Drop m4 directory from EXTRA_DIST. - Diego Biurrun