From 94af56058b9ae7b7dbd03dca0cd29dd60acc4cd8 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Wed, 25 Feb 2009 08:00:14 +0000 Subject: [PATCH] Move term.[ch] from the library into the CLI application section, as it is not useful for anything else but the CLI frontend. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@806 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 6 ++++++ Makefile.am | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 211504b6..2a282be4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-02-25 Joerg Wunsch + + * Makefile.am: Move term.[ch] from the library into the CLI + application section, as it is not useful for anything else but + the CLI frontend. + 2009-02-25 Joerg Wunsch * avrdude.conf.in (ATmega1284P): new device. diff --git a/Makefile.am b/Makefile.am index cd710052..19b1d718 100644 --- a/Makefile.am +++ b/Makefile.am @@ -133,8 +133,6 @@ libavrdude_a_SOURCES = \ stk500v2_private.h \ stk500generic.c \ stk500generic.h \ - term.c \ - term.h \ usbasp.c \ usbasp.h \ usbdevs.h \ @@ -145,7 +143,9 @@ libavrdude_a_SOURCES = \ update.c avrdude_SOURCES = \ - main.c + main.c \ + term.c \ + term.h man_MANS = avrdude.1