From 059f1bf7f05ff9237c04d60758cbcc2995932e82 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Aug 2009 15:53:10 +0100 Subject: Changing the name of the directory to -sus which makes more sense --- src-sus/Makefile.am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src-sus/Makefile.am (limited to 'src-sus/Makefile.am') diff --git a/src-sus/Makefile.am b/src-sus/Makefile.am new file mode 100644 index 0000000..6e494f9 --- /dev/null +++ b/src-sus/Makefile.am @@ -0,0 +1,16 @@ + +libexec_PROGRAMS = \ + indicator-applet-no-sus + +indicator_applet_no_sus_CFLAGS = \ + -DG_LOG_DOMAIN=\""Indicator-Applet"\" \ + -DDATADIR=\""$(datadir)"\" \ + -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \ + -I$(srcdir)/.. \ + $(APPLET_CFLAGS) + +indicator_applet_no_sus_SOURCES = \ + applet-main.c + +indicator_applet_no_sus_LDADD = \ + $(APPLET_LIBS) -- cgit v1.2.3 From 2f92722014cba4a0709d33245820b1a2068786c4 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 7 Aug 2009 15:57:14 +0100 Subject: Switching the name to actually be correct. --- src-sus/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src-sus/Makefile.am') 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) -- cgit v1.2.3