aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-07 14:15:15 +0100
committerTed Gould <ted@canonical.com>2009-08-07 14:15:15 +0100
commit99caa033d3e55596c78d9e86d931768c447b6586 (patch)
treeb98611ade51ef3e8cbf0226b528d299c673f1db0
parenta1ec732767135917e9e0fd75514a39ac8d3c6485 (diff)
downloadlibayatana-indicator-99caa033d3e55596c78d9e86d931768c447b6586.tar.gz
libayatana-indicator-99caa033d3e55596c78d9e86d931768c447b6586.tar.bz2
libayatana-indicator-99caa033d3e55596c78d9e86d931768c447b6586.zip
Adding a new build target for our new applet
-rw-r--r--.bzrignore1
-rw-r--r--src-sus-only/Makefile.am8
2 files changed, 5 insertions, 4 deletions
diff --git a/.bzrignore b/.bzrignore
index d1781cd..783d4b8 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -99,3 +99,4 @@ docs/reference/tmpl/listener.sgml
docs/reference/tmpl/listener.sgml.bak
docs/reference/tmpl/server.sgml
docs/reference/tmpl/server.sgml.bak
+src-sus-only/indicator-applet-no-sus
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)