[gswitchit_plugins] drop LOCALURL from Animation plugin



commit 067eaf77f0da3cf9c80a22e8da6c6b6c1b64e3dc
Author: Sergey V. Udaltsov <svu gnome org>
Date:   Sun May 24 12:42:49 2009 +0100

    drop LOCALURL from Animation plugin
    
    It is only needed by the Flags plugin, it was C/P
---
 anim/Makefile.am |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/anim/Makefile.am b/anim/Makefile.am
index 3efa5e0..2b3d73d 100644
--- a/anim/Makefile.am
+++ b/anim/Makefile.am
@@ -1,14 +1,9 @@
-if MAINTAINER_MODE
-  LOCALURLDEF = -DLOCALURL=true
-endif
-
 plugin_cFLAGS = -I$(top_srcdir) \
            $(LINKED_GNOME_CFLAGS) \
            -DG_LOG_DOMAIN=\"GSwitchIt\" \
            -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
            -I../intl -I.. -I$(top_srcdir)/intl \
            -DUI_DIR=\""$(uidir)"\" \
-           $(LOCALURLDEF) \
            $(OTHER_CFLAGS)
 
 plugin_ldFLAGS = $(LINKED_GNOME_LIBS) $(LIBGNUTLS_LIBS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]