[hipl-commit] [trunk] Rev 4432: Give the source file for hipconf the same basename as the program.

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Wed, 28 Apr 2010 19:11:35 +0300

Committer: Diego Biurrun <diego@xxxxxxxxxx>
Date: 28/04/2010 at 19:11:35
Revision: 4432
Revision-id: diego@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Give the source file for hipconf the same basename as the program.

Modified:
  R  tools/hipconftool.c => tools/hipconf.c
  M  Makefile.am

=== modified file 'Makefile.am'
--- Makefile.am 2010-04-28 15:47:49 +0000
+++ Makefile.am 2010-04-28 16:11:09 +0000
@@ -110,7 +110,7 @@
 test_listtest_SOURCES         = test/listtest.c
 test_sqliteteststub_SOURCES   = test/sqliteteststub.c
 
-tools_hipconf_SOURCES  = tools/hipconftool.c
+tools_hipconf_SOURCES  = tools/hipconf.c
 tools_pisacert_SOURCES = tools/pisacert.c
 
 hipd_hipd_SOURCES = hipd/accessor.c              \

Other related posts:

  • » [hipl-commit] [trunk] Rev 4432: Give the source file for hipconf the same basename as the program. - Diego Biurrun