aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src-sus/Makefile.am8
1 files 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)