* src/Makefile.am: add PythonMime and GnomeMime

svn: r5637
This commit is contained in:
Don Allingham 2005-12-28 23:00:33 +00:00
parent 34435d8711
commit 44df525bb6
2 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2005-12-28 Don Allingham <don@gramps-project.org> 2005-12-28 Don Allingham <don@gramps-project.org>
* src/Makefile.am: add PythonMime and GnomeMime
* src/GnomeMime.py: GNOME based mime handling * src/GnomeMime.py: GNOME based mime handling
* src/PythonMime.py: Python based mime handling * src/PythonMime.py: Python based mime handling
* src/AddMedia.py: gnome code isolation * src/AddMedia.py: gnome code isolation

View File

@ -54,6 +54,7 @@ gdir_PYTHON = \
FontScale.py\ FontScale.py\
GedcomInfo.py\ GedcomInfo.py\
GenericFilter.py\ GenericFilter.py\
GnomeMime.py\
GrampsCfg.py\ GrampsCfg.py\
GrampsBSDDB.py\ GrampsBSDDB.py\
GrampsDbBase.py\ GrampsDbBase.py\
@ -86,6 +87,7 @@ gdir_PYTHON = \
PlaceView.py\ PlaceView.py\
Plugins.py\ Plugins.py\
PluginMgr.py\ PluginMgr.py\
PythonMime.py\
QuestionDialog.py\ QuestionDialog.py\
ReadGedcom.py \ ReadGedcom.py \
ReadXML.py\ ReadXML.py\