From 8f8805588ab31f3646fe8fb6e27191a962bc1eb8 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 6 Oct 2005 14:15:07 +0000 Subject: Add "desktop-file" plugin, adapted from the "mozilla-desktop-file-plugin" 2005-10-06 Christian Persch * Makefile.am: * configure.ac: * plugins/.cvsignore: * plugins/Makefile.am: * plugins/desktop-file/.cvsignore: * plugins/desktop-file/Makefile.am: * plugins/desktop-file/plugin.cpp: * po/POTFILES.in: Add "desktop-file" plugin, adapted from the "mozilla-desktop-file-plugin" written by Jorn Baayen . For now only handle .desktop files from file:/// URIs, for security reasons. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index fc05e5d18..136e7a458 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = lib embed idl src data po help doc +SUBDIRS = lib embed idl src plugins data po help doc ACLOCAL_AMFLAGS = -I m4 -- cgit