4696 4555: Installation missed webstuff subdirectories
svn: r16719
This commit is contained in:
20
src/plugins/webstuff/js/Makefile.am
Normal file
20
src/plugins/webstuff/js/Makefile.am
Normal file
@@ -0,0 +1,20 @@
|
||||
# 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 = \
|
||||
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
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/plugins/webstuff/js
|
||||
|
||||
dist_pkgdata_DATA = $(DATAFILES)
|
||||
|
||||
Reference in New Issue
Block a user