14 lines
176 B
Makefile
14 lines
176 B
Makefile
# This is the src/mapstraction level Makefile for Gramps
|
|
# $Id$
|
|
#
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@/mapstraction
|
|
|
|
dist_pkgdata_DATA = \
|
|
mapstraction.js \
|
|
crosshairs.png
|
|
|
|
|
|
|
|
|