From c3cf0dac3e1b0af5172dd6dd868b2eee49ffc5d4 Mon Sep 17 00:00:00 2001 From: Serge Noiraud Date: Sun, 7 Aug 2011 10:58:42 +0000 Subject: [PATCH] Geoview : after removing mapstraction, make didn't work. svn: r18000 --- src/plugins/webstuff/Makefile.am | 2 +- src/plugins/webstuff/js/Makefile.am | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) delete mode 100644 src/plugins/webstuff/js/Makefile.am diff --git a/src/plugins/webstuff/Makefile.am b/src/plugins/webstuff/Makefile.am index d11bbb592..9afb8d42f 100644 --- a/src/plugins/webstuff/Makefile.am +++ b/src/plugins/webstuff/Makefile.am @@ -3,7 +3,7 @@ # but that is not necessarily portable. # If not using GNU make, then list all .py files individually -SUBDIRS = css images js +SUBDIRS = css images pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff diff --git a/src/plugins/webstuff/js/Makefile.am b/src/plugins/webstuff/js/Makefile.am deleted file mode 100644 index c057e0e5d..000000000 --- a/src/plugins/webstuff/js/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -# This is the src/plugins/webstuff level Makefile for Gramps -# We could use GNU make's ':=' syntax for nice wildcard use, -# but that is not necessarily portable. -# If not using GNU make, then list all .py files individually - -DATAFILES = - -pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff/js/mapstraction - -dist_pkgdata_DATA = $(DATAFILES) -