diff options
Diffstat (limited to 'plugins/ipod-sync')
-rw-r--r-- | plugins/ipod-sync/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/ipod-sync/Makefile.am | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/plugins/ipod-sync/ChangeLog b/plugins/ipod-sync/ChangeLog index 49de2f187e..684b5be1e8 100644 --- a/plugins/ipod-sync/ChangeLog +++ b/plugins/ipod-sync/ChangeLog @@ -1,4 +1,9 @@ 2006-05-13 Harish Krishnaswamy <kharish@novell.com> + + * Makefile.am : Add evolution-ipod-sync.h to dist. + Fixes #350388. + +2006-05-13 Harish Krishnaswamy <kharish@novell.com> patch submitted by: Hiroyuki Ikezoe diff --git a/plugins/ipod-sync/Makefile.am b/plugins/ipod-sync/Makefile.am index b34d088f57..51acd0db9f 100644 --- a/plugins/ipod-sync/Makefile.am +++ b/plugins/ipod-sync/Makefile.am @@ -13,7 +13,8 @@ liborg_gnome_ipod_sync_evolution_la_SOURCES = \ ical-format.c \ evolution-ipod-sync.c \ ipod.c \ - format-handler.h + format-handler.h \ + evolution-ipod-sync.h liborg_gnome_ipod_sync_evolution_la_LDFLAGS = -module -avoid-version liborg_gnome_ipod_sync_evolution_la_LIBADD = \ |