aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
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)