diff options
author | Ted Gould <ted@canonical.com> | 2009-08-07 15:53:10 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-07 15:53:10 +0100 |
commit | 059f1bf7f05ff9237c04d60758cbcc2995932e82 (patch) | |
tree | ec877382cfbc5e7c0a4d72621cc957d24071cb7e /src-sus/Makefile.am | |
parent | c35dbea8f670052a79830eee94375aebba48af2c (diff) | |
download | libayatana-indicator-059f1bf7f05ff9237c04d60758cbcc2995932e82.tar.gz libayatana-indicator-059f1bf7f05ff9237c04d60758cbcc2995932e82.tar.bz2 libayatana-indicator-059f1bf7f05ff9237c04d60758cbcc2995932e82.zip |
Changing the name of the directory to -sus which makes more sense
Diffstat (limited to 'src-sus/Makefile.am')
-rw-r--r-- | src-sus/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
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) |