From f9107b5c5a4cc03bf544854e8d6d1ba83f6cd979 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 25 Dec 2002 02:05:39 +0000 Subject: use the -I's in CFLAGS for swig --- otk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk') diff --git a/otk/Makefile.am b/otk/Makefile.am index d2825c9b..2ca5f35a 100644 --- a/otk/Makefile.am +++ b/otk/Makefile.am @@ -27,7 +27,7 @@ otk.i: $(wildcard *.hh) touch $@ otk_wrap.cc: otk.i - swig -python -c++ -nodefault -o $@ $< + swig $(filter -I%,$(CFLAGS)) -python -c++ -nodefault -o $@ $< # local dependencies application.o: application.cc application.hh eventdispatcher.hh \ -- cgit v1.2.3