From 99caa033d3e55596c78d9e86d931768c447b6586 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Aug 2009 14:15:15 +0100 Subject: Adding a new build target for our new applet --- src-sus-only/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src-sus-only') diff --git a/src-sus-only/Makefile.am b/src-sus-only/Makefile.am index 97af739..6e494f9 100644 --- a/src-sus-only/Makefile.am +++ b/src-sus-only/Makefile.am @@ -1,16 +1,16 @@ libexec_PROGRAMS = \ - indicator-applet + indicator-applet-no-sus -indicator_applet_CFLAGS = \ +indicator_applet_no_sus_CFLAGS = \ -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ -DDATADIR=\""$(datadir)"\" \ -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \ -I$(srcdir)/.. \ $(APPLET_CFLAGS) -indicator_applet_SOURCES = \ +indicator_applet_no_sus_SOURCES = \ applet-main.c -indicator_applet_LDADD = \ +indicator_applet_no_sus_LDADD = \ $(APPLET_LIBS) -- cgit v1.2.3