aboutsummaryrefslogtreecommitdiffstats
path: root/nothere/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'nothere/data/Makefile.am')
-rw-r--r--nothere/data/Makefile.am36
1 files changed, 0 insertions, 36 deletions
diff --git a/nothere/data/Makefile.am b/nothere/data/Makefile.am
deleted file mode 100644
index 730406577..000000000
--- a/nothere/data/Makefile.am
+++ /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)