make distcheck fixes
svn: r6039
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# This is the src/RelLib level Makefile for Gramps
|
||||
# This is the src/GrampsLogger 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
|
||||
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/TreeViews
|
||||
pkgdatadir = $(datadir)/@PACKAGE@/GrampsLogger
|
||||
|
||||
pkgdata_PYTHON = \
|
||||
_ErrorReportAssistant.py\
|
||||
@@ -12,8 +12,8 @@ pkgdata_PYTHON = \
|
||||
__init__.py\
|
||||
_RotateHandler.py
|
||||
|
||||
pkgpyexecdir = @pkgpyexecdir@/RelLib
|
||||
pkgpythondir = @pkgpythondir@/RelLib
|
||||
pkgpyexecdir = @pkgpyexecdir@/GrampsLogger
|
||||
pkgpythondir = @pkgpythondir@/GrampsLogger
|
||||
|
||||
GRAMPS_PY_MODPATH = "../"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user