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