Files
gramps/src/calendars/Makefile.am
Don Allingham 2a5754adef New calendars
svn: r1246
2003-01-09 04:39:42 +00:00

9 lines
324 B
Makefile

# This is the src/plugins level Makefile for Gramps
# Use GNU make's ':=' syntax for nice wildcard use.
# If not using GNU make, then list all .py files individually
pkgpython_PYTHON := ${wildcard *.py}
pkgpyexecdir = @pkgpyexecdir@/plugins
pkgpythondir = @pkgpythondir@/plugins
pkgdatadir = ${datadir}/@PACKAGE@/calendars