blob: d315c8b6987ad4bc64af17d68166738982ba8629 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
$NetBSD: patch-ab,v 1.4 2003/09/25 02:56:01 danw Exp $
--- help-converters/gnome-vfs-module/Makefile.in.orig Thu Jul 10 14:42:24 2003
+++ help-converters/gnome-vfs-module/Makefile.in Sun Aug 31 11:38:14 2003
@@ -147,7 +147,7 @@
modules_LTLIBRARIES = libvfs-help.la
-module_flags = -export_dynamic -avoid-version
+module_flags = -export_dynamic -avoid-version -module
modulesdir = $(libdir)/gnome-vfs-2.0/modules
libvfs_help_la_SOURCES = help-method.c help-method.h
@@ -156,7 +156,7 @@
libvfs_help_la_LDFLAGS = $(module_flags)
libvfs_help_la_LIBADD = $(HELP_VFS_MODULE_LIBS)
-modulesconfdir = $(sysconfdir)/gnome-vfs-2.0/modules
+modulesconfdir = $(datadir)/examples/libgnome/gnome-vfs-2.0/modules
modulesconf_DATA = help-methods.conf
EXTRA_DIST = help-methods.conf.in
|