From 2f92722014cba4a0709d33245820b1a2068786c4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Aug 2009 15:57:14 +0100 Subject: Switching the name to actually be correct. --- src-sus/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src-sus/Makefile.am b/src-sus/Makefile.am index 6e494f9..4a043ca 100644 --- a/src-sus/Makefile.am +++ b/src-sus/Makefile.am @@ -1,16 +1,16 @@ libexec_PROGRAMS = \ - indicator-applet-no-sus + indicator-applet-sus -indicator_applet_no_sus_CFLAGS = \ +indicator_applet_sus_CFLAGS = \ -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ -DDATADIR=\""$(datadir)"\" \ -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \ -I$(srcdir)/.. \ $(APPLET_CFLAGS) -indicator_applet_no_sus_SOURCES = \ +indicator_applet_sus_SOURCES = \ applet-main.c -indicator_applet_no_sus_LDADD = \ +indicator_applet_sus_LDADD = \ $(APPLET_LIBS) -- cgit v1.2.3