]> git.0d.be Git - empathy.git/blobdiff - nothere/data/Makefile.am
Remove the panel applets. (Closes bug #599042)
[empathy.git] / nothere / data / Makefile.am
diff --git a/nothere/data/Makefile.am b/nothere/data/Makefile.am
deleted file mode 100644 (file)
index 7304065..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-include $(top_srcdir)/tools/shave.mk
-
-# Panel applet bonobo stuff
-serverdir = $(libdir)/bonobo/servers
-server_in_files = GNOME_NotHere_Applet.server.in
-server_DATA = $(server_in_files:.server.in=.server)
-
-
-# GConf Schemas
-#schemadir = $(GCONF_SCHEMA_FILE_DIR)
-#schema_in_files = GNOME_NotHere_Applet.schemas.in
-#schema_DATA = $(schema_in_files:.schemas.in=.schemas)
-
-# Misc data
-resourcesdir = $(pkgdatadir)
-resources_DATA = \
-       GNOME_NotHere_Applet.xml
-
-notherebindir = $(libexecdir)
-
-# Build rules
-@INTLTOOL_SERVER_RULE@
-@INTLTOOL_SCHEMAS_RULE@
-
-$(server_in_files): $(server_in_files:.server.in=.server.in.in)
-       $(QUIET_GEN)sed -e "s|\@LIBEXECDIR\@|$(notherebindir)|" $< > $@
-
-DISTCLEANFILES = \
-       $(server_DATA) \
-       $(server_in_files)
-#      $(schema_DATA)
-
-EXTRA_DIST = \
-       GNOME_NotHere_Applet.server.in.in \
-       $(resources_DATA)
-#      $(schema_in_files)