From 34aefc62e45cf221eccf65dd2bcf42ecd51630f3 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 25 Apr 2007 02:27:16 -0400 Subject: Remove single-function upgrade.c Move pacman_upgrade into add.c, at least for now. It really doesn't need its own file. For the long term, we may want to move this whole file back to upgrade.c if we deprecate the add operation. Signed-off-by: Dan McGee --- src/pacman/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pacman/Makefile.am') diff --git a/src/pacman/Makefile.am b/src/pacman/Makefile.am index 91912991..21099657 100644 --- a/src/pacman/Makefile.am +++ b/src/pacman/Makefile.am @@ -24,7 +24,6 @@ pacman_SOURCES = \ remove.c \ sync.c \ trans.h trans.c \ - upgrade.c \ util.h util.c pacman_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la \ -- cgit v1.2.3-24-g4f1b