blob: a7253f72c5c1b44b5bc8a4538189f39527980008 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/background/Makefile.in.orig Sun May 19 04:18:15 2002
+++ plugins/background/Makefile.in Sun May 19 04:19:16 2002
@@ -145,7 +145,7 @@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
-libbgplugin_la_LDFLAGS =
+libbgplugin_la_LDFLAGS = -avoid-version -module
libbgplugin_la_DEPENDENCIES = \
$(top_builddir)/libbackground/libbackground.la
libbgplugin_la_OBJECTS = background-plugin.lo config-io.lo \
|