Add missing distributed files in Makefile.am.
This commit is contained in:
parent
2b5d0105c4
commit
877e2e38ab
@ -3,7 +3,13 @@
|
||||
SUBDIRS = src test doc
|
||||
DIST_SUBDIRS = $(SUBDIRS)
|
||||
|
||||
EXTRA_DIST = bootstrap AUTHORS m4/cflags.m4 m4/func.m4
|
||||
EXTRA_DIST = bootstrap AUTHORS \
|
||||
m4/cflags.m4 m4/func.m4 \
|
||||
msvc/config.h \
|
||||
msvc/libzzuf.vcproj msvc/libzzuf.vcxproj \
|
||||
msvc/zznop.vcxproj \
|
||||
msvc/zzuf10.sln msvc/zzuf.sln \
|
||||
msvc/zzuf.vcproj msvc/zzuf.vcxproj
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
AUTOMAKE_OPTIONS = foreign dist-bzip2
|
||||
|
||||
|
||||
@ -15,6 +15,7 @@ LIBZZUF = \
|
||||
libzzuf/lib-stream.c libzzuf/lib-load.h
|
||||
|
||||
COMMON = \
|
||||
common/common.h \
|
||||
common/random.c common/random.h \
|
||||
common/ranges.c common/ranges.h \
|
||||
common/fd.c common/fd.h \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user