aboutsummaryrefslogtreecommitdiff
path: root/src-sus/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-08-18 13:41:27 -0500
committerTed Gould <ted@canonical.com>2009-08-18 13:41:27 -0500
commitf9bc0fe67b49f00732073c5945d8dd50d60ecb97 (patch)
tree55cc90563a8a798ecbae07d3f441dafea247237e /src-sus/Makefile.am
parentdcbb7eba056da11cf575bb2a10fea954440bb0fb (diff)
parentba24704988964a1f211e82e87cbe8aca29641979 (diff)
downloadlibayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.tar.gz
libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.tar.bz2
libayatana-indicator-f9bc0fe67b49f00732073c5945d8dd50d60ecb97.zip
Merging in the separation from indicator-applet
Diffstat (limited to 'src-sus/Makefile.am')
-rw-r--r--src-sus/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/src-sus/Makefile.am b/src-sus/Makefile.am
deleted file mode 100644
index 4a043ca..0000000
--- a/src-sus/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-
-libexec_PROGRAMS = \
- indicator-applet-sus
-
-indicator_applet_sus_CFLAGS = \
- -DG_LOG_DOMAIN=\""Indicator-Applet"\" \
- -DDATADIR=\""$(datadir)"\" \
- -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \
- -I$(srcdir)/.. \
- $(APPLET_CFLAGS)
-
-indicator_applet_sus_SOURCES = \
- applet-main.c
-
-indicator_applet_sus_LDADD = \
- $(APPLET_LIBS)