From ca7ca6c2ce204bf2d64652a8170f37e83f1ea6a6 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Fri, 17 Dec 2004 18:02:42 +0000 Subject: 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. --- csharp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp') 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 = \ -- cgit