diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-07-06 16:06:02 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2009-07-06 16:06:02 +0000 |
| commit | 0d3977f21f113199df7a296feb22589be7e55842 (patch) | |
| tree | 7a83ebce25494ffd805213677e1ad71638af002d | |
| parent | 28bf7912f0c4d94329b1ba5a22a80a7328174643 (diff) | |
Fix: backward_comp.h is missing from tarballs.
* lasso/Makefile.am:
add backward_comp.h to EXTRA_DIST
| -rw-r--r-- | lasso/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/Makefile.am b/lasso/Makefile.am index d71a1b93..e5634706 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -40,7 +40,7 @@ clean-local: -rm types.c symbols.sym errors.c EXTRA_DIST = utils.h extract_types.py extract_symbols.py build_strerror.py \ - registry-private.h errors.c.in + registry-private.h errors.c.in backward_comp.h if WSF_ENABLED WSF_LIB_FILE = $(top_builddir)/lasso/id-wsf/liblasso-id-wsf.la |
