diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-27 15:27:33 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-05-27 15:27:33 +0000 |
| commit | 7244bce7afe0010bf6856d9fe8a0eaf727a65a29 (patch) | |
| tree | 320269c17853ade235796e48608cda9ae131da5c | |
| parent | 933458c0681e9d50031d9130f352accdbce1a4e4 (diff) | |
| download | lasso-7244bce7afe0010bf6856d9fe8a0eaf727a65a29.tar.gz lasso-7244bce7afe0010bf6856d9fe8a0eaf727a65a29.tar.xz lasso-7244bce7afe0010bf6856d9fe8a0eaf727a65a29.zip | |
add lasso_config.h.in to MAINTAINERCLEANFILES
| -rw-r--r-- | lasso/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lasso/Makefile.am b/lasso/Makefile.am index 07cc8a81..6531ad90 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -1,4 +1,3 @@ -MAINTAINERCLEANFILES = Makefile.in SUBDIRS = xml id-ff id-wsf saml-2.0 id-wsf-2.0 liblassoincludedir = $(includedir)/lasso @@ -32,6 +31,10 @@ types.c: symbols.sym: $(PYTHON) $(srcdir)/extract_symbols.py $(srcdir) $(SYMBOLS_ARGS) > symbols.sym +MAINTAINERCLEANFILES = \ + Makefile.in \ + lasso_config.h.in + clean-local: -rm types.c symbols.sym |
