[hipl-commit] [trunk] Rev 4486: Remove unused test/conntest.h header file. The corresponding .c files are gone.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 12 May 2010 12:48:28 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 12/05/2010 at 12:48:28
Revision: 4486
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove unused test/conntest.h header file. The corresponding .c files are 
gone.

Modified:
  D  test/conntest.h
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-05-11 12:01:55 +0000
+++ Makefile.am 2010-05-12 09:47:36 +0000
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS  = -I m4
 
-HIPL_HEADER_LIST = $(wildcard $(addprefix $(srcdir)/,agent/*.h firewall/*.h 
hipd/*.h i3/*/*.h lib/*/*.h test/*.h))
+HIPL_HEADER_LIST = $(wildcard $(addprefix $(srcdir)/,agent/*.h firewall/*.h 
hipd/*.h i3/*/*.h lib/*/*.h))
 
 # For "make dist"
 EXTRA_DIST =  .vimrc debian doc patches release.version version.h

Other related posts:

  • » [hipl-commit] [trunk] Rev 4486: Remove unused test/conntest.h header file. The corresponding .c files are gone. - Diego Biurrun