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 /addressbook/gui/component/select-names | |
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 'addressbook/gui/component/select-names')
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index 5b8a822149..b64cf31689 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -39,10 +39,7 @@ INCLUDES = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \ - -DPREFIX=\""$(prefix)"\" \ - -DG_DISABLE_DEPRECATED \ - -DLIBGNOME_DISABLE_DEPRECATED \ - -DLIBGNOMEUI_DISABLE_DEPRECATED \ + -DPREFIX=\""$(prefix)"\" \ $(EVOLUTION_ADDRESSBOOK_CFLAGS) privlib_LTLIBRARIES = libeselectnames.la |