summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-03-07 20:34:25 +0000
committerMatt Wilson <msw@redhat.com>2001-03-07 20:34:25 +0000
commit01ec55f8e00e9024829e93e60ef2349d2d6d3d05 (patch)
treedbf8381ab0e863def75ee1be0fa8ee7c69901352
parent462b79b12104bad26568fa792b768ab38488cf63 (diff)
downloadanaconda-01ec55f8e00e9024829e93e60ef2349d2d6d3d05.tar.gz
anaconda-01ec55f8e00e9024829e93e60ef2349d2d6d3d05.tar.xz
anaconda-01ec55f8e00e9024829e93e60ef2349d2d6d3d05.zip
fix includes
-rw-r--r--gnome-map/Makefile4
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)