aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-04-07 11:57:03 +0000
committernyamatongwe <unknown>2004-04-07 11:57:03 +0000
commitf41239b098a143bc31e359569d622342605e6f13 (patch)
treedc261b7dc02d939b68d25ce0ab0d861e145d8df1
parent4c81598ad33045861a47cc08d2b21b9b19f944c1 (diff)
downloadscintilla-mirror-f41239b098a143bc31e359569d622342605e6f13.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