summaryrefslogtreecommitdiff
path: root/examples/c/bistromathic/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'examples/c/bistromathic/local.mk')
-rw-r--r--examples/c/bistromathic/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c/bistromathic/local.mk b/examples/c/bistromathic/local.mk
index cad0425b..e9801ab2 100644
--- a/examples/c/bistromathic/local.mk
+++ b/examples/c/bistromathic/local.mk
@@ -31,6 +31,7 @@ if ENABLE_BISTROMATHIC
-DBISON_LOCALEDIR='"$(localdir)"' \
-DLOCALEDIR='"$(localdir)"' \
-I$(top_srcdir)/%D% -I$(top_builddir)/%D%
+ %C%_bistromathic_CFLAGS = $(TEST_CFLAGS)
%C%_bistromathic_LDADD = -lm $(LIBREADLINE) $(LIBINTL)
endif