diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 15:57:14 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 15:57:14 +0100 |
commit | 2f92722014cba4a0709d33245820b1a2068786c4 (patch) | |
tree | b961fceef510e53ed27ca100cecbac508be91cf2 /src-sus | |
parent | 059f1bf7f05ff9237c04d60758cbcc2995932e82 (diff) | |
download | libayatana-indicator-2f92722014cba4a0709d33245820b1a2068786c4.tar.gz libayatana-indicator-2f92722014cba4a0709d33245820b1a2068786c4.tar.bz2 libayatana-indicator-2f92722014cba4a0709d33245820b1a2068786c4.zip |
Switching the name to actually be correct.
Diffstat (limited to 'src-sus')
-rw-r--r-- | src-sus/Makefile.am | 8 |
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) |