diff options
-rw-r--r-- | gnome-map/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-map/Makefile b/gnome-map/Makefile index 1e0691f34..f631f13b5 100644 --- a/gnome-map/Makefile +++ b/gnome-map/Makefile @@ -2,8 +2,8 @@ include ../Makefile.inc all: gglobe-canvas timezonemapmodule.so -CFLAGS=-g -O2 -Wall -fPIC `gnome-config --cflags gnomeui` -I/usr/include/python1.5 -DENABLE_NLS -LDFLAGS=`gnome-config --libs gnomeui` +CFLAGS=-g -O2 -Wall -fPIC `gnome-config --cflags gnomeui gtk` -I/usr/include/python1.5 -DENABLE_NLS +LDFLAGS=`gnome-config --libs gnomeui gtk` install: timezonemapmodule.so mkdir -p $(DESTDIR)/$(PYTHONLIBDIR) |