diff options
author | Peter Simons <simons@cryp.to> | 2010-07-15T14·35+0000 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2010-07-15T14·35+0000 |
commit | 7e043d28a64b38e18511140a9a42494977ca6015 (patch) | |
tree | e8911c8f4450807961f1f32d02946cdd553c5f27 /src | |
parent | 60b632b173e633cc5346f8a5491ef637e1f78166 (diff) |
src/bsdiff-4.3/Makefile.am: include the 'compat-include' directory in distribution tarballs
Diffstat (limited to 'src')
-rw-r--r-- | src/bsdiff-4.3/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bsdiff-4.3/Makefile.am b/src/bsdiff-4.3/Makefile.am index 953139f55962..57970bc55c01 100644 --- a/src/bsdiff-4.3/Makefile.am +++ b/src/bsdiff-4.3/Makefile.am @@ -1,3 +1,5 @@ +EXTRA_DIST = compat-include + libexec_PROGRAMS = bsdiff bspatch bsdiff_SOURCES = bsdiff.c |