aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/Makefile.am')
-rw-r--r--launcher/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/launcher/Makefile.am b/launcher/Makefile.am
deleted file mode 100644
index b0662539d..000000000
--- a/launcher/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir) \
- $(EMPATHY_CFLAGS) \
- $(WARN_CFLAGS)
-
-bin_PROGRAMS = empathy-launcher
-empathy_launcher_SOURCES = empathy-launcher.c
-empathy_launcher_LDADD = \
- $(top_builddir)/libempathy/libempathy.la \
- $(EMPATHY_LIBS)
-
-