summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-07-05 08:50:07 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2007-07-05 08:50:07 +0000
commitc097d6da94cadc4eb204caef89fe1abc5b060f1b (patch)
tree493e5abd572ad48c96c5cd0074fac168140b6a04 /data
parentd71e49df9261a6968e7ffab33c6306914ac1d1c0 (diff)
downloadnavit-svn-c097d6da94cadc4eb204caef89fe1abc5b060f1b.tar.gz
Improved build system
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit/src@256 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'data')
-rw-r--r--data/garmin_img/Makefile.am2
-rw-r--r--data/mg/Makefile.am2
-rw-r--r--data/textfile/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/data/garmin_img/Makefile.am b/data/garmin_img/Makefile.am
index 7fb84323..dccc1bd2 100644
--- a/data/garmin_img/Makefile.am
+++ b/data/garmin_img/Makefile.am
@@ -1,4 +1,4 @@
include $(top_srcdir)/Makefile.inc
-AM_CPPFLAGS = @NAVIT_CFLAGS@ -I../..
+AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/src
plugin_LTLIBRARIES = libdata_garmin_img.la
libdata_garmin_img_la_SOURCES = garmin_img.c
diff --git a/data/mg/Makefile.am b/data/mg/Makefile.am
index 65f0157e..ba356607 100644
--- a/data/mg/Makefile.am
+++ b/data/mg/Makefile.am
@@ -1,4 +1,4 @@
include $(top_srcdir)/Makefile.inc
-AM_CPPFLAGS = @NAVIT_CFLAGS@ -I../.. -DMODULE=\"data_mg\"
+AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/src -DMODULE=\"data_mg\"
plugin_LTLIBRARIES = libdata_mg.la
libdata_mg_la_SOURCES = map.c block.c town.c tree.c poly.c street.c mg.h
diff --git a/data/textfile/Makefile.am b/data/textfile/Makefile.am
index 92850723..d32dea60 100644
--- a/data/textfile/Makefile.am
+++ b/data/textfile/Makefile.am
@@ -1,4 +1,4 @@
include $(top_srcdir)/Makefile.inc
-AM_CPPFLAGS = @NAVIT_CFLAGS@ -I../..
+AM_CPPFLAGS = @NAVIT_CFLAGS@ -I$(top_srcdir)/src
plugin_LTLIBRARIES = libdata_textfile.la
libdata_textfile_la_SOURCES = textfile.c textfile.h