summaryrefslogtreecommitdiffstats
path: root/src/pacman/Makefile.am
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2015-06-17 15:56:21 +0200
committerAllan McRae <allan@archlinux.org>2015-07-15 02:57:30 +0200
commit5782b8356c9b9d2c5e21694de22b1441277574b7 (patch)
tree59e279a33db5a46f21deefd15d962c882a78d7eb /src/pacman/Makefile.am
parente49abc9860cfe9470a5828d3bb0ad38fd57a0fad (diff)
downloadpacman-5782b8356c9b9d2c5e21694de22b1441277574b7.tar.gz
pacman-5782b8356c9b9d2c5e21694de22b1441277574b7.tar.xz
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 <allan@archlinux.org>
Diffstat (limited to 'src/pacman/Makefile.am')
-rw-r--r--src/pacman/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \