diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-17 18:02:42 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-17 18:02:42 +0000 |
| commit | ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6 (patch) | |
| tree | 66fa7579314b6af0c8b22ccf418306b9f246f18f /csharp/Makefile.am | |
| parent | c613c52c2796282a12918160b66632ef401d0374 (diff) | |
| download | lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.tar.gz lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.tar.xz lasso-ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6.zip | |
Isolated CFLAGS to be used when compiling Lasso in LASSO_CORE_CFLAGS; don't use
those when compiling tests in order to catch errors in headers. Also moved a
few things in header files; need more thinking about that.
Diffstat (limited to 'csharp/Makefile.am')
| -rw-r--r-- | csharp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/Makefile.am b/csharp/Makefile.am index 398c1586..bba5b74e 100644 --- a/csharp/Makefile.am +++ b/csharp/Makefile.am @@ -6,7 +6,7 @@ liblassosharpglue_la_SOURCES = \ liblassosharpglue_wrap.c liblassosharpglue_la_CFLAGS = \ - $(LASSO_CFLAGS) \ + $(LASSO_CORE_CFLAGS) \ -DSWIG_COBJECT_TYPES liblassosharpglue_la_LIBADD = \ |
