aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-16 19:07:49 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-16 19:07:49 +0100
commit6567dbe9170464e7bd89e86583201b6e4c7dfb9d (patch)
tree520607d47dd1eb5ee02ecc4410f63ee1716be1cc
parent1cca9553881af45c737b19a14a6b28e8244cfe39 (diff)
downloadsciteco-6567dbe9170464e7bd89e86583201b6e4c7dfb9d.tar.gz
changed default scintilla directory
in the most common setup, it will be found in the parent directory
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9780154..f90d3fb 100644
--- a/Makefile
+++ b/Makefile
@@ -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