diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 19:07:49 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-16 19:07:49 +0100 |
commit | 6567dbe9170464e7bd89e86583201b6e4c7dfb9d (patch) | |
tree | 520607d47dd1eb5ee02ecc4410f63ee1716be1cc | |
parent | 1cca9553881af45c737b19a14a6b28e8244cfe39 (diff) | |
download | sciteco-6567dbe9170464e7bd89e86583201b6e4c7dfb9d.tar.gz |
changed default scintilla directory
in the most common setup, it will be found in the parent directory
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ INSTALL:=install GLIB_CFLAGS:=$(shell pkg-config --cflags glib-2.0) GLIB_LDFLAGS:=$(shell pkg-config --libs glib-2.0) -SCI_DIR:=../scintilla +SCI_DIR:=.. SCI_CFLAGS:=-I$(SCI_DIR)/include -D$(INTERFACE) -DSCI_LEXER SCI_LDFLAGS:=$(SCI_DIR)/bin/scintilla.a |