diff options
author | JP Rosevear <jpr@ximian.com> | 2003-12-07 02:08:00 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-07 02:08:00 +0800 |
commit | f6b7ede5b123fa2530b1b8353b72f26e38ec60a0 (patch) | |
tree | dcfc355390ec98be9255077abfb24db8d5623f8e /camel/providers/smtp/Makefile.am | |
parent | d53559db709aaaa40d68de79de2c7df61c2b3968 (diff) | |
download | gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.tar.gz gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.tar.zst gsoc2013-evolution-f6b7ede5b123fa2530b1b8353b72f26e38ec60a0.zip |
Remove hard coded disable deprecated flags
2003-12-06 JP Rosevear <jpr@ximian.com>
* */Makefile.am: Remove hard coded disable deprecated flags
svn path=/trunk/; revision=23658
Diffstat (limited to 'camel/providers/smtp/Makefile.am')
-rw-r--r-- | camel/providers/smtp/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am index df26fc0c40..b6bba766d6 100644 --- a/camel/providers/smtp/Makefile.am +++ b/camel/providers/smtp/Makefile.am @@ -18,8 +18,7 @@ INCLUDES = \ $(NSPR_CFLAGS) \ $(NSS_CFLAGS) \ $(OPENSSL_CFLAGS) \ - -DG_LOG_DOMAIN=\"camel-smtp-provider\" \ - -DG_DISABLE_DEPRECATED + -DG_LOG_DOMAIN=\"camel-smtp-provider\" libcamelsmtp_la_SOURCES = \ camel-smtp-provider.c \ |