From 18ddf90ff41a9de6611400065b18f6de8dc35b01 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Fri, 4 May 2012 12:07:50 +1000 Subject: Move check function into its own file There is going to be a lot of overlap in the code for the quick and full checks that can be abstracted into their own functions. Also many other file checking functions will be needed for the full check. Put all these in a separate source file. 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 d296d485..311f7c5b 100644 --- a/src/pacman/Makefile.am +++ b/src/pacman/Makefile.am @@ -27,6 +27,7 @@ AM_CPPFLAGS += -DGIT_VERSION=\"$(GIT_VERSION)\" endif pacman_SOURCES = \ + check.h check.c \ conf.h conf.c \ database.c \ deptest.c \ -- cgit v1.2.3-24-g4f1b