diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:53 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2010-07-21 13:56:53 +0000 |
| commit | a941d4cd0a90939b5c94af23f6eb3fad5bbdbbeb (patch) | |
| tree | fc3304ed3449e8938bdae38b238d6295f2dfeb43 | |
| parent | 191e6a970a4f86208a3a290a248f33194b8876fb (diff) | |
| download | lasso-a941d4cd0a90939b5c94af23f6eb3fad5bbdbbeb.tar.gz lasso-a941d4cd0a90939b5c94af23f6eb3fad5bbdbbeb.tar.xz lasso-a941d4cd0a90939b5c94af23f6eb3fad5bbdbbeb.zip | |
[Core] add errors.c 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 8d19d923..6f27f0c4 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -43,7 +43,7 @@ clean-local: -rm -f types.c symbols.sym errors.c EXTRA_DIST = $(nodist_liblassoinclude_HEADERS) extract_types.py extract_symbols.py build_strerror.py \ - errors.c.in extract_sections.py + errors.c.in extract_sections.py errors.c if WSF_ENABLED WSF_LIB_FILE = $(top_builddir)/lasso/id-wsf/liblasso-id-wsf.la |
