From 709dfffe32f5df58efcb69ee53950ed05aab3fbb Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Sat, 6 Aug 2011 23:19:20 +0000 Subject: [PATCH] Removed mapstraction files from the Makefile.am, and removed the directory from the configurew file. Failure to compile is now fixed. svn: r17998 --- configure.in | 1 - src/plugins/webstuff/js/Makefile.am | 11 +---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/configure.in b/configure.in index d06583e2b..ceba78758 100644 --- a/configure.in +++ b/configure.in @@ -151,7 +151,6 @@ src/plugins/webreport/Makefile src/plugins/webstuff/Makefile src/plugins/webstuff/css/Makefile src/plugins/webstuff/images/Makefile -src/plugins/webstuff/js/Makefile src/DateHandler/Makefile src/data/Makefile src/glade/Makefile diff --git a/src/plugins/webstuff/js/Makefile.am b/src/plugins/webstuff/js/Makefile.am index 4b794ce9a..c057e0e5d 100644 --- a/src/plugins/webstuff/js/Makefile.am +++ b/src/plugins/webstuff/js/Makefile.am @@ -3,16 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -DATAFILES = \ - mapstraction/README \ - mapstraction/mxn.core.js \ - mapstraction/mxn.geocommons.core.js \ - mapstraction/mxn.google.core.js \ - mapstraction/mxn.googleearth.core.js \ - mapstraction/mxn.google.geocoder.js \ - mapstraction/mxn.googlev3.core.js \ - mapstraction/mxn.js \ - mapstraction/mxn.openlayers.core.js +DATAFILES = pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff/js/mapstraction