diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 14:15:15 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 14:15:15 +0100 |
commit | 99caa033d3e55596c78d9e86d931768c447b6586 (patch) | |
tree | b98611ade51ef3e8cbf0226b528d299c673f1db0 /src-sus-only | |
parent | a1ec732767135917e9e0fd75514a39ac8d3c6485 (diff) | |
download | libayatana-indicator-99caa033d3e55596c78d9e86d931768c447b6586.tar.gz libayatana-indicator-99caa033d3e55596c78d9e86d931768c447b6586.tar.bz2 libayatana-indicator-99caa033d3e55596c78d9e86d931768c447b6586.zip |
Adding a new build target for our new applet
Diffstat (limited to 'src-sus-only')
-rw-r--r-- | src-sus-only/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
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) |