summaryrefslogtreecommitdiff
path: root/omf-install/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'omf-install/Makefile.am')
-rw-r--r--omf-install/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/omf-install/Makefile.am b/omf-install/Makefile.am
deleted file mode 100644
index 1c41a674..00000000
--- a/omf-install/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-omf_dest_dir=$(datadir)/omf/gdm
-
-install-data-local:
- $(mkinstalldirs) $(DESTDIR)$(omf_dest_dir)
- -for file in $(srcdir)/*.omf; do \
- $(INSTALL_DATA) $(srcdir)/$$file $(DESTDIR)$(omf_dest_dir); \
- done
- -scrollkeeper-update -p $(localstatedir)/scrollkeeper
-
-uninstall-local:
- -for file in $(srcdir)/*.omf; do \
- basefile=`basename $$file`; \
- rm -f $(omf_dest_dir)/$$basefile; \
- done
- -scrollkeeper-update -p $(localstatedir)/scrollkeeper