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) -