make distcheck fixes

svn: r6039
This commit is contained in:
Don Allingham
2006-03-02 21:28:27 +00:00
parent 281bcec38d
commit b012610f40
5 changed files with 25 additions and 11 deletions

View File

@@ -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 = "../"