diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-01-14 19:48:30 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-01-14 19:48:30 +0200 |
commit | 2cfde12c8933c166feda81e52d6c091d2c7c5748 (patch) | |
tree | 3b302be3033c567f6e275131cc628720699c7e08 /src/Makefile | |
parent | 15b547c55b2045e68f9f48f7d929d47b300dc3a9 (diff) | |
download | apk-tools-2cfde12c8933c166feda81e52d6c091d2c7c5748.tar.gz apk-tools-2cfde12c8933c166feda81e52d6c091d2c7c5748.tar.bz2 apk-tools-2cfde12c8933c166feda81e52d6c091d2c7c5748.tar.xz apk-tools-2cfde12c8933c166feda81e52d6c091d2c7c5748.zip |
audit: new command to check changed files
Currently only implement --backup to get list of (config) files in
protected directories to backup.
This also fixes a database corruption bug in database.c.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 745e1da..e6bf9ad 100644 --- a/src/Makefile +++ b/src/Makefile @@ -26,6 +26,7 @@ apk_OBJS = \ ver.o \ index.o \ info.o \ + audit.o \ apk.o ALL_OBJS = $(apk_OBJS) |