aboutsummaryrefslogtreecommitdiffstats
path: root/nothere/src/Makefile.am
diff options
context:
space:
mode:
authorJonny Lamb <jonnylamb@gnome.org>2009-10-20 20:07:52 +0800
committerJonny Lamb <jonnylamb@gnome.org>2009-10-20 20:08:55 +0800
commitda500948288ec5e9e675502151e5305bdf063592 (patch)
tree497aec6f8fa6294218a95b3f4461a5e756ae61e1 /nothere/src/Makefile.am
parent90469882929d06151352d3d8e8b0e6a1f5229905 (diff)
downloadgsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar
gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.gz
gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.bz2
gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.lz
gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.xz
gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.tar.zst
gsoc2013-empathy-da500948288ec5e9e675502151e5305bdf063592.zip
Remove the panel applets. (Closes bug #599042)
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
Diffstat (limited to 'nothere/src/Makefile.am')
-rw-r--r--nothere/src/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/nothere/src/Makefile.am b/nothere/src/Makefile.am
deleted file mode 100644
index d2ff7fe4f..000000000
--- a/nothere/src/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-AM_CPPFLAGS = \
- -I$(top_srcdir) \
- -DPKGDATADIR=\""$(pkgdatadir)"\" \
- -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
- -DIMAGEDIR=\"$(datadir)/empathy\" \
- $(NOTHERE_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED)
-
-libexec_PROGRAMS = nothere-applet
-nothere_applet_SOURCES = \
- nothere-applet.c nothere-applet.h
-
-nothere_applet_LDFLAGS = \
- $(NOTHERE_LIBS)
-
-nothere_applet_LDADD = \
- $(top_builddir)/libempathy/libempathy.la \
- $(top_builddir)/libempathy-gtk/libempathy-gtk.la