From 0ce3b5745a10b7ae963bb2084156d9dae26142b4 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 5 Mar 2006 02:03:56 +0000 Subject: [PATCH] fix makefile svn: r6078 --- gramps2/src/Editors/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps2/src/Editors/Makefile.am b/gramps2/src/Editors/Makefile.am index b434ce3b0..509adb4d9 100644 --- a/gramps2/src/Editors/Makefile.am +++ b/gramps2/src/Editors/Makefile.am @@ -19,6 +19,7 @@ pkgdata_PYTHON = \ _EditPerson.py \ _EditPlace.py \ _EditPrimary.py \ + _EditReference.py \ _EditRepository.py \ _EditSecondary.py \ _EditSource.py \