aboutsummaryrefslogtreecommitdiffstats
path: root/launcher/Makefile.am
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-05-02 22:06:37 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-05-02 22:06:37 +0800
commit1a6f06d4863f61b652f91f703b491bb6663d1c7a (patch)
treeb2807e1d34290a22675eba7a84627ca1a8e1b759 /launcher/Makefile.am
parentb8d0cfe42b1d62d513e560bf1fff04685f6911e6 (diff)
downloadgsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar
gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.gz
gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.bz2
gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.lz
gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.xz
gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.tar.zst
gsoc2013-empathy-1a6f06d4863f61b652f91f703b491bb6663d1c7a.zip
[darcs-to-svn @ Replace the launcher by the main program with tray icon]
svn path=/trunk/; revision=25
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)
-
-