diff options
| author | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-20 11:49:10 +0000 |
|---|---|---|
| committer | Romain Chantereay <rchantereau@entrouvert.com> | 2004-08-20 11:49:10 +0000 |
| commit | 10ebf8bc72bca3ee51abd58f1b0e35f400c21c64 (patch) | |
| tree | 1859b73a2e0d71e49be08d15ccb7220058b34226 | |
| parent | 7b27896a47403e99b95c334b5ac021548382af81 (diff) | |
Now include <lasso/lasso.h> and <lasso/lasso_config.h> instead of <lasso.h> and
<lasso_config>h>
| -rw-r--r-- | swig/Lasso.c | 4 | ||||
| -rw-r--r-- | swig/Lasso.i | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/swig/Lasso.c b/swig/Lasso.c index 5baecce6..3187078a 100644 --- a/swig/Lasso.c +++ b/swig/Lasso.c @@ -26,8 +26,8 @@ */ -#include <lasso_config.h> -#include <lasso.h> +#include <lasso/lasso_config.h> +#include <lasso/lasso.h> /*********************************************************************** diff --git a/swig/Lasso.i b/swig/Lasso.i index 4c8284fb..14e86bd0 100644 --- a/swig/Lasso.i +++ b/swig/Lasso.i @@ -40,8 +40,8 @@ #endif -#include <lasso_config.h> -#include <lasso.h> +#include <lasso/lasso_config.h> +#include <lasso/lasso.h> /* |
