aa48036ded
Gtk+ widget that when given GPS coordinates, draws a GPS track, and points of interest on a moving map display. Downloads map data from a number of websites, including openstreetmap.org, openaerialmap.org and others.
24 lines
743 B
Plaintext
24 lines
743 B
Plaintext
$OpenBSD: patch-Makefile_am,v 1.1.1.1 2009/03/04 20:51:23 jasper Exp $
|
|
|
|
Don't bother intalling bogues (and empty) files.
|
|
|
|
--- Makefile.am.orig Thu Jan 29 10:01:06 2009
|
|
+++ Makefile.am Thu Feb 26 17:03:28 2009
|
|
@@ -3,14 +3,8 @@
|
|
|
|
SUBDIRS = src
|
|
|
|
-openstreetmap_gps_mapdocdir = ${prefix}/doc/openstreetmap-gps-map
|
|
-openstreetmap_gps_mapdoc_DATA = \
|
|
- README \
|
|
- COPYING \
|
|
- AUTHORS \
|
|
- ChangeLog \
|
|
- INSTALL \
|
|
- NEWS
|
|
+openstreetmap_gps_mapdocdir =
|
|
+openstreetmap_gps_mapdoc_DATA =
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = osmgpsmap.pc
|