summaryrefslogtreecommitdiffstats
path: root/gnome-map/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 14:24:32 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 14:24:32 +0000
commit09d21b676f4ea038b669cb00fc619efa14248284 (patch)
treee919f5d044409a8bd714d635236f2ca8295b4a81 /gnome-map/Makefile
parent3f11bdc8c207948272e2e5cd107ab03781eca71f (diff)
downloadanaconda-09d21b676f4ea038b669cb00fc619efa14248284.tar.gz
anaconda-09d21b676f4ea038b669cb00fc619efa14248284.tar.xz
anaconda-09d21b676f4ea038b669cb00fc619efa14248284.zip
added install rule
Diffstat (limited to 'gnome-map/Makefile')
-rw-r--r--gnome-map/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnome-map/Makefile b/gnome-map/Makefile
index 7c21a0794..d5eabb86a 100644
--- a/gnome-map/Makefile
+++ b/gnome-map/Makefile
@@ -3,6 +3,11 @@ all: gglobe-canvas timezonemapmodule.so
CFLAGS=-g -Wall -fPIC `gnome-config --cflags gnomeui` -I/usr/include/python1.5
LDFLAGS=`gnome-config --libs gnomeui`
+isntall: timezonemapmodule.so
+ cp -a timezonemapmodule.so $(DESTDIR)/usr/lib/python1.5/site-packages
+ mkdir -p $(DESTDIR)/usr/share/anaconda
+ cp -a map480.so $(DESTDIR)/usr/share/anaconda
+
gglobe-canvas: gglobe-canvas.c gnome-map.o gnome-canvas-dot.o gglobe-canvas.o gnome-map.h timezones.o timezones.h
gcc -O2 -g -o gglobe-canvas gnome-map.o timezones.o gnome-canvas-dot.o gglobe-canvas.o $(LDFLAGS)