diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-06-29 19:11:25 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-06-29 19:11:25 +0000 |
| commit | 58ad7cf9f3a07059947d9a5c18744fed2bcbab57 (patch) | |
| tree | 40294c4854aedfd36f7c23648d01ccfcbb5f7e63 | |
| parent | 9d99fe7a9c3dd831045bd9f3cba6067d672c129c (diff) | |
add build_strerror.py 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 826d49ee..7d586bfa 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -38,7 +38,7 @@ MAINTAINERCLEANFILES = \ clean-local: -rm types.c symbols.sym errors.c -EXTRA_DIST = utils.h extract_types.py extract_symbols.py +EXTRA_DIST = utils.h extract_types.py extract_symbols.py build_strerror.py if WSF_ENABLED WSF_LIB_FILE = $(top_builddir)/lasso/id-wsf/liblasso-id-wsf.la |
