diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-08-11 14:18:31 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-08-11 14:18:31 +0800 |
commit | 21474dde0ebf6381b83293f685acae0f8dc5bd86 (patch) | |
tree | 60406c39ebd2d43149f92f2843cbc43f22938939 /plugins | |
parent | 217ac7590beb3b76d19877340e7e3c943df64005 (diff) | |
download | gsoc2013-evolution-21474dde0ebf6381b83293f685acae0f8dc5bd86.tar.gz gsoc2013-evolution-21474dde0ebf6381b83293f685acae0f8dc5bd86.tar.zst gsoc2013-evolution-21474dde0ebf6381b83293f685acae0f8dc5bd86.zip |
Add evolution-ipod-sync.h to dist. Fixes #350388.
2006-05-13 Harish Krishnaswamy <kharish@novell.com>
* Makefile.am : Add evolution-ipod-sync.h to dist.
Fixes #350388.
svn path=/trunk/; revision=32533
Diffstat (limited to 'plugins')
-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 = \ |