aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-04-07 11:57:03 +0000
committernyamatongwe <devnull@localhost>2004-04-07 11:57:03 +0000
commit9521f8059145397a44b4850fcfc60915182ba277 (patch)
treedc261b7dc02d939b68d25ce0ab0d861e145d8df1
parent2e31df2532d0faaecd163baedb4a9ea6642ba62c (diff)
downloadscintilla-mirror-9521f8059145397a44b4850fcfc60915182ba277.tar.gz
Ensure marshaller compiled when no GTK+ version specified.
-rw-r--r--gtk/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/makefile b/gtk/makefile
index a31c9a9de..202ca42a4 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -48,6 +48,7 @@ CONFIGFLAGS=gtk-config --cflags
else
ifneq (,$(findstring /,$(shell whereis pkg-config)))
CONFIGFLAGS=pkg-config --cflags gtk+-2.0
+MARSHALLER=scintilla-marshal.o
else
CONFIGFLAGS=gtk-config --cflags
endif