aboutsummaryrefslogtreecommitdiff
path: root/src/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/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/Makefile.am')
-rw-r--r--src/Makefile.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 97af739..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-
-libexec_PROGRAMS = \
- indicator-applet
-
-indicator_applet_CFLAGS = \
- -DG_LOG_DOMAIN=\""Indicator-Applet"\" \
- -DDATADIR=\""$(datadir)"\" \
- -DINDICATOR_DIR=\""$(libdir)/indicators/2"\" \
- -I$(srcdir)/.. \
- $(APPLET_CFLAGS)
-
-indicator_applet_SOURCES = \
- applet-main.c
-
-indicator_applet_LDADD = \
- $(APPLET_LIBS)