[hipl-commit] [trunk] Rev 4137: Add missing files from the i3 and lib/ipsec subdirectories to the dist tarball.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 6 Apr 2010 15:55:02 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 06/04/2010 at 15:55:02
Revision: 4137
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Add missing files from the i3 and lib/ipsec subdirectories to the dist 
tarball.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-06 12:37:28 +0000
+++ Makefile.am 2010-04-06 12:54:30 +0000
@@ -7,12 +7,14 @@
 # XX FIX: use dist_doc_DATA for all documentation (if you change this,
 # make sure the check the "make bin" still works)
 #
-EXTRA_DIST =  .vimrc debian doc hipext hipfwmi patches
+EXTRA_DIST =  .vimrc debian doc hipext hipfwmi patches release.version
+EXTRA_DIST += i3/i3-cfg-PL.xml i3/aeshash/aescpp.hh i3/i3/i3_debug.c 
i3/utils/netwrap_win32.c
+EXTRA_DIST += lib/ipsec/policy_parse.c lib/ipsec/policy_parse.y 
lib/ipsec/policy_token.l
 EXTRA_DIST += test/configs test/demo test/maintainer test/openwrt
 EXTRA_DIST += test/packaging test/packets test/performance
-EXTRA_DIST += i3/i3-cfg-PL.xml release.version
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/agent/,*.lang))
 EXTRA_DIST += $(wildcard $(addprefix $(srcdir)/lib/dht/,*.txt))
+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

Other related posts:

  • » [hipl-commit] [trunk] Rev 4137: Add missing files from the i3 and lib/ipsec subdirectories to the dist tarball. - Diego Biurrun