[hipl-commit] [trunk] Rev 4143: Remove tools/hipdnskeyparse and tools/hipdnsproxy from BUILT_SOURCES.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 7 Apr 2010 14:50:48 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 07/04/2010 at 14:50:48
Revision: 4143
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Remove tools/hipdnskeyparse and tools/hipdnsproxy from BUILT_SOURCES.
  
  There is no need to build these tools before everything else, compilation
  works fine without building them first.

Modified:
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-07 11:29:27 +0000
+++ Makefile.am 2010-04-07 11:49:57 +0000
@@ -24,8 +24,6 @@
 EXTRA_DIST += test/conntest-client-native.c test/hadb_deprecated.c
 EXTRA_DIST += test/hadb_old.c test/misc_install.c
 
-BUILT_SOURCES = tools/hipdnskeyparse tools/hipdnsproxy
-
 # Default pkgdatadir is /usr/[local]/share/hipl/pixmaps/hipmanager.png.
 # Gtk requires the images without the hipl prefix hence we use ".." below
 imagesdir = $(pkgdatadir)/../pixmaps

Other related posts:

  • » [hipl-commit] [trunk] Rev 4143: Remove tools/hipdnskeyparse and tools/hipdnsproxy from BUILT_SOURCES. - Diego Biurrun