Skip to content

Commit 7f935c8

Browse files
committed
add 7z archive indexing #7
1 parent 4e03c78 commit 7f935c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SUBDIRS = src
1+
SUBDIRS = lzma/C src
22

33
man1_MANS = man/ugrep-indexer.1
44

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ target_alias = @target_alias@
349349
top_build_prefix = @top_build_prefix@
350350
top_builddir = @top_builddir@
351351
top_srcdir = @top_srcdir@
352-
SUBDIRS = src
352+
SUBDIRS = lzma/C src
353353
man1_MANS = man/ugrep-indexer.1
354354
EXTRA_DIST = README.md LICENSE.txt CONTRIBUTING.md CODE_OF_CONDUCT.md
355355
all: config.h

0 commit comments

Comments
 (0)