* src/Makefile.am: add MergePeople.py

svn: r4331
This commit is contained in:
Don Allingham 2005-04-10 14:38:06 +00:00
parent dc4f6547d5
commit 7a2634c8fa
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
2005-04-10 Don Allingham <don@gramps-project.org>
* src/Makefile.am: add MergePeople.py
2005-04-09 Don Allingham <don@gramps-project.org>
* src/FamilyView.py: ignore None family types. This should never
occur, but we want to be safe.

View File

@ -72,6 +72,7 @@ gdir_PYTHON = \
Marriage.py\
MediaView.py\
MergeData.py\
MergePeople.py\
NameDisplay.py\
NameEdit.py\
NoteEdit.py\