[hipl-commit] [trunk] Rev 4219: Add version.h to distribution tarball; this fixes 'make distcheck'.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Fri, 9 Apr 2010 19:37:36 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 09/04/2010 at 19:37:36
Revision: 4219
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Add version.h to distribution tarball; this fixes 'make distcheck'.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-09 14:44:45 +0000
+++ Makefile.am 2010-04-09 16:37:19 +0000
@@ -3,7 +3,7 @@
 HIPL_HEADER_LIST = $(wildcard $(addprefix $(srcdir)/,agent/*.h firewall/*.h 
hipd/*.h i3/*/*.h lib/*/*.h test/*.h))
 
 # For "make dist"
-EXTRA_DIST =  .vimrc debian doc hipext hipfwmi patches release.version
+EXTRA_DIST =  .vimrc debian doc hipext hipfwmi patches release.version 
version.h
 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

Other related posts:

  • » [hipl-commit] [trunk] Rev 4219: Add version.h to distribution tarball; this fixes 'make distcheck'. - Diego Biurrun