diff options
| author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:09:21 +0000 |
|---|---|---|
| committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2008-08-01 14:09:21 +0000 |
| commit | 0267e09b8a844505e6d8b8149c4b6236a2e19124 (patch) | |
| tree | 63f3d2272ac411faffb3d598d63e602bbd3311b6 | |
| parent | bb0644277300486fcaad42fb7793abbab9876ff3 (diff) | |
forked lasso branch for adeline
| -rw-r--r-- | lasso/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lasso/Makefile.am b/lasso/Makefile.am index d412fb61..54902934 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -15,10 +15,10 @@ lasso.rc.lo: $(top_srcdir)/win32/lasso.rc lib_LTLIBRARIES = liblasso.la -liblassoinclude_HEADERS = export.h lasso.h lasso_config.h errors.h soap_binding.h +liblassoinclude_HEADERS = export.h lasso.h lasso_config.h errors.h BUILT_SOURCES = types.c errors.c symbols.sym -liblasso_la_SOURCES = lasso.c errors.c soap_binding.c +liblasso_la_SOURCES = lasso.c errors.c if WSF_ENABLED SYMBOLS_ARGS = -wsf |
