mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
Include README.md and tests in the release tarball
Also, fix "make distcheck", it failed because of the relative path "*.m4": make[3]: Entering directory `/home/jakob/encfs/encfs-1.8.1/_build/m4' make[3]: *** No rule to make target `*.m4', needed by `distdir'. Stop.
This commit is contained in:
parent
1d3ab3605b
commit
12e0cd047f
@ -6,7 +6,7 @@ endif
|
||||
SUBDIRS = encfs m4 $(NLS_DIR)
|
||||
|
||||
|
||||
EXTRA_DIST = encfs.spec intl/gettext.h
|
||||
EXTRA_DIST = encfs.spec intl/gettext.h tests README.md
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
EXTRA_DIST = *.m4
|
||||
EXTRA_DIST = $(top_srcdir)/*.m4
|
||||
|
||||
#\
|
||||
# ax_pthread.m4 intl.m4 lib-ld.m4 ltsugar.m4 size_max.m4 \
|
||||
|
Loading…
Reference in New Issue
Block a user