blob: b5f87a5087c2fc99ccd00448db21709b197788d8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: ports/www/gtkhtml/files/patch-components::http-storage-module::Makefile.in,v 1.1 2002/01/25 11:06:45 sobomax Exp $
--- components/http-storage-module/Makefile.in 2002/01/22 14:05:48 1.1
+++ components/http-storage-module/Makefile.in 2002/01/22 14:06:05
@@ -154,7 +154,7 @@
INCLUDES = -DGNOMELOCALEDIR=\""$(prefix)/share/locale"\" -I$(srcdir) -I$(top_srcdir) -I$(top_builddir) -DPLUGIN_DIR=\""$(PLUGIN_DIR)"\" -I$(includedir) $(EXTRA_GNOME_CFLAGS)
-common_ldflags = -avoid-version
+common_ldflags = -avoid-version -module
bonobo_plugindir = $(PLUGIN_DIR)
bonobo_plugin_LTLIBRARIES = libstorage_http.la
|