blob: bd3027d0e23200f1ba12f5fca865061906b0c7fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- help-converters/gnome-vfs-module/Makefile.in.orig Sun May 25 01:15:30 2003
+++ help-converters/gnome-vfs-module/Makefile.in Sun May 25 01:17:17 2003
@@ -147,12 +147,12 @@
cxxflags_set = @cxxflags_set@
gnomelocaledir = @gnomelocaledir@
-INCLUDES = -I$(top_srcdir) $(HELP_VFS_MODULE_CFLAGS) -DSERVERDIR=\"$(libexecdir)\"
+INCLUDES = -DPREFIX="\"$(PREFIX)\"" -DLOCALBASE="\"$(LOCALBASE)\"" -DX11BASE="\"$(X11BASE)\"" -I$(top_srcdir) $(HELP_VFS_MODULE_CFLAGS) -DSERVERDIR=\"$(libexecdir)\"
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
|