diff options
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) |