From f41239b098a143bc31e359569d622342605e6f13 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 7 Apr 2004 11:57:03 +0000 Subject: Ensure marshaller compiled when no GTK+ version specified. --- gtk/makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3