From 877e2e38ab287815ca008d5c5221099a913702f3 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Mon, 14 Dec 2009 02:55:11 +0000 Subject: [PATCH] Add missing distributed files in Makefile.am. --- Makefile.am | 8 +++++++- src/Makefile.am | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9915afc..d9dd62b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/src/Makefile.am b/src/Makefile.am index 18eb756..59e8e6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \