diff options
author | Steve Bennett <steveb@workware.net.au> | 2010-01-28 10:30:46 +1000 |
---|---|---|
committer | Steve Bennett <steveb@workware.net.au> | 2010-10-15 11:02:47 +1000 |
commit | 6a02b91f4658497abdb84e4390ac0556a7e292a9 (patch) | |
tree | 1d7333b7ae1191803421d792a83ba1dab05243eb | |
parent | 22808a7a8e466ec41005cda0c8b883837d945dc5 (diff) | |
download | jimtcl-6a02b91f4658497abdb84e4390ac0556a7e292a9.zip jimtcl-6a02b91f4658497abdb84e4390ac0556a7e292a9.tar.gz jimtcl-6a02b91f4658497abdb84e4390ac0556a7e292a9.tar.bz2 |
Need to add include path for generated jim.h
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0dfa2d5..5e5faaf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -15,7 +15,7 @@ CFLAGS += -DTCL_LIBRARY=\"/lib/tcl6\" CFLAGS += -DJIM_TCL_COMPAT -DJIM_REFERENCES -CFLAGS += -DHAVE_CONFIGURE -Wall -g $(OPTIM) -I@SRCDIR@ @EXTRA_CFLAGS@ +CFLAGS += -DHAVE_CONFIGURE -Wall -g $(OPTIM) -I@SRCDIR@ -I. @EXTRA_CFLAGS@ VPATH := @SRCDIR@ ifeq ($(jim_libtype),static) |