diff options
author | Matt Wilson <msw@redhat.com> | 2001-10-16 20:59:15 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-10-16 20:59:15 +0000 |
commit | cc02a97cc308be0ae7d6e4ac6c605518103c6f22 (patch) | |
tree | 21376b7119090a57bc496a2731b7952fd465b0a9 /gnome-map | |
parent | 584b653db54b96a7721cffeba67680495e59337c (diff) | |
download | anaconda-cc02a97cc308be0ae7d6e4ac6c605518103c6f22.tar.gz anaconda-cc02a97cc308be0ae7d6e4ac6c605518103c6f22.tar.xz anaconda-cc02a97cc308be0ae7d6e4ac6c605518103c6f22.zip |
merge anaconda-gtk-2-0-branch to HEAD
Diffstat (limited to 'gnome-map')
-rw-r--r-- | gnome-map/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-map/Makefile b/gnome-map/Makefile index f631f13b5..01f32ca63 100644 --- a/gnome-map/Makefile +++ b/gnome-map/Makefile @@ -2,7 +2,7 @@ include ../Makefile.inc all: gglobe-canvas timezonemapmodule.so -CFLAGS=-g -O2 -Wall -fPIC `gnome-config --cflags gnomeui gtk` -I/usr/include/python1.5 -DENABLE_NLS +CFLAGS=-g -O2 -Wall -fPIC `gnome-config --cflags gnomeui gtk` -I$(PYTHONINCLUDE) -DENABLE_NLS LDFLAGS=`gnome-config --libs gnomeui gtk` install: timezonemapmodule.so |