From 109331b4223fc4ad1fe2cde649f271de6b2153e2 Mon Sep 17 00:00:00 2001 From: cdfrey Date: Sun, 21 Jan 2007 22:02:11 +0000 Subject: [PATCH] - fixed install location of bcharge when building with ./configure; now goes to sbin/ for both source compile and binary packages --- ChangeLog | 2 ++ tools/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 75e11183..8245bce6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,8 @@ Release: version 0.5 - 2007/01/?? Version call instead - added big/little endian text to the Barry::Version call - updated AUTHORS + - fixed install location of bcharge when building with ./configure; + now goes to sbin/ for both source compile and binary packages 2007/01/20 - added smarter timeout values to controller, and allowed timeout overrides in the packet, socket, and usbwrap code... diff --git a/tools/Makefile.am b/tools/Makefile.am index 767a73e8..7766e995 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -4,7 +4,8 @@ INCLUDES = $(LIBUSB_CFLAGS) #AM_CXXFLAGS = -ansi -Wall -fno-strict-aliasing -g AM_CXXFLAGS = -ansi -Wall -g -bin_PROGRAMS = btool upldif translate bcharge +bin_PROGRAMS = btool upldif translate +sbin_PROGRAMS = bcharge btool_SOURCES = btool.cc btool_LDADD = ../src/libbarry.la -- 2.11.4.GIT