mirror of
https://github.com/vgough/encfs.git
synced 2025-01-09 23:48:23 +01:00
12e0cd047f
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.
11 lines
498 B
Makefile
11 lines
498 B
Makefile
EXTRA_DIST = $(top_srcdir)/*.m4
|
|
|
|
#\
|
|
# ax_pthread.m4 intl.m4 lib-ld.m4 ltsugar.m4 size_max.m4 \
|
|
# codeset.m4 intldir.m4 lib-link.m4 ltversion.m4 stdint_h.m4 \
|
|
# gettext.m4 intlmacosx.m4 lib-prefix.m4 lt~obsolete.m4 uintmax_t.m4 \
|
|
# glibc2.m4 intmax.m4 libtool.m4 nls.m4 visibility.m4 \
|
|
# glibc21.m4 inttypes-pri.m4 lock.m4 po.m4 wchar_t.m4 \
|
|
# iconv.m4 inttypes_h.m4 longlong.m4 printf-posix.m4 wint_t.m4 \
|
|
# intdiv0.m4 lcmessage.m4 ltoptions.m4 progtest.m4 xsize.m4
|