From 5782b8356c9b9d2c5e21694de22b1441277574b7 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 17 Jun 2015 23:56:21 +1000 Subject: Prototype pacman files database operations Add the -F/--files operations, -s/--sync support and nd provide dummy functions for -s/--search, -l/-list and -o/--owns. Signed-off-by: Allan McRae --- src/pacman/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pacman/Makefile.am') diff --git a/src/pacman/Makefile.am b/src/pacman/Makefile.am index dc127a2b..d3ae071e 100644 --- a/src/pacman/Makefile.am +++ b/src/pacman/Makefile.am @@ -32,6 +32,7 @@ pacman_SOURCES = \ conf.h conf.c \ database.c \ deptest.c \ + files.c \ ini.h ini.c \ package.h package.c \ pacman.h pacman.c \ -- cgit v1.2.3-24-g4f1b