summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2008-08-19 14:58:39 +0000
committerJeffrey Stedfast <fejj@src.gnome.org>2008-08-19 14:58:39 +0000
commit63a95be1804d8540af19813bffcc2c89916a2def (patch)
tree6211a5b9b8f2161002b6cee245ed1615b205c3fa /Makefile.am
parent0a0e13dedb8f24d16a329f8ae0883a2747ec3b93 (diff)
downloadgmime-63a95be1804d8540af19813bffcc2c89916a2def.tar.gz
InternetAddress is now GObject with a "changed" signal. Split out
2008-08-19 Jeffrey Stedfast <fejj@novell.com> * gmime/internet-address.c: InternetAddress is now GObject with a "changed" signal. Split out InternetAddressMailbox and InternetAddressGroup subclasses of InternetAddress. InternetAddressList is now also a GObject with a "changed" signal. These changes were made so that manipulating an InternetAddress[List] of recipients will auto-magically update GMimeMessage's corresponding recipient header. 2008-08-18 Jeffrey Stedfast <fejj@novell.com> * gmime/gmime-message.c (g_mime_message_get_recipients): Now returns a ref'd version of the InternetAddressList. You must now unref the list when you are done with it. svn path=/trunk/; revision=1406
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index edfbfbb7..0ebc0a1e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,6 +28,7 @@ EXTRA_DIST = \
iconv-detect.c \
zentimer.h \
zenprofiler.h \
+ marshal.mk \
gtk-doc.make
BUILD_EXTRA_DIST = \