From dc05cd107cd158e3d8ee9256205aec20615a674f Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2007 20:02:07 -0400 Subject: Pacman side code consolidation- unify callback functions to one file Some more major code reorginization here. The download progress callback function has been renamed and moved to callback.c, which is the former trans.c with the download and log callbacks added. In addition, this allows util.c to be cleaned up as fill_progress can now be static in callback.c. We've also cut two more source files out. Signed-off-by: Dan McGee --- src/pacman/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/pacman/Makefile.am') diff --git a/src/pacman/Makefile.am b/src/pacman/Makefile.am index 21099657..241188ab 100644 --- a/src/pacman/Makefile.am +++ b/src/pacman/Makefile.am @@ -16,14 +16,13 @@ pacman_SOURCES = \ add.c \ conf.h conf.c \ deptest.c \ - downloadprog.h downloadprog.c \ log.h log.c \ package.h package.c \ pacman.h pacman.c \ query.c \ remove.c \ sync.c \ - trans.h trans.c \ + callback.h callback.c \ util.h util.c pacman_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la \ -- cgit v1.2.3-24-g4f1b