aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-25 05:18:53 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2012-06-25 05:18:53 +0000
commita5554f3aaf420fddc00f7f83935c853cc7fd98dd (patch)
tree3b54663fb6ec5abfc88b1acd1be51a9cfd17ca06 /src
parent3f40a1c236767d688e90efce425d5e4cf865a2a1 (diff)
possible fix for gmodule link error on some environments (#74). Updated copyright year.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3118 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rw-r--r--src/inc.h2
-rw-r--r--src/mimeview.c2
-rw-r--r--src/mimeview.h2
-rw-r--r--src/prefs_filter_edit.h2
-rw-r--r--src/send_message.c2
-rw-r--r--src/trayicon.c2
-rw-r--r--src/version.h.in2
8 files changed, 8 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index b998e88d..e34a2ee9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -154,6 +154,7 @@ endif
sylpheed_LDADD = \
$(INTLLIBS) \
$(GTK_LIBS) \
+ $(GLIB_LIBS) \
$(GPGME_LIBS) \
$(LDAP_LIBS) \
$(LIBICONV) \
diff --git a/src/inc.h b/src/inc.h
index f971e1ea..8c7846c7 100644
--- a/src/inc.h
+++ b/src/inc.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2010 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mimeview.c b/src/mimeview.c
index 2fa29cc5..2e53932c 100644
--- a/src/mimeview.c
+++ b/src/mimeview.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2011 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/mimeview.h b/src/mimeview.h
index 89b41b5c..65f07cd2 100644
--- a/src/mimeview.h
+++ b/src/mimeview.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2011 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/prefs_filter_edit.h b/src/prefs_filter_edit.h
index eede66c8..1b748d85 100644
--- a/src/prefs_filter_edit.h
+++ b/src/prefs_filter_edit.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2008 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/send_message.c b/src/send_message.c
index 2c910069..a8c2c7a4 100644
--- a/src/send_message.c
+++ b/src/send_message.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2010 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/trayicon.c b/src/trayicon.c
index 20eed830..8a2427dc 100644
--- a/src/trayicon.c
+++ b/src/trayicon.c
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2006 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/version.h.in b/src/version.h.in
index d0b7141f..05ee734b 100644
--- a/src/version.h.in
+++ b/src/version.h.in
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2011 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2012 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by