blob: 015bddfcccf5b84c331917ef7e6606103b05b706 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/sawfish/Makefile.in 2000/11/26 21:12:29 1.1
+++ plugins/sawfish/Makefile.in 2000/11/26 21:13:06
@@ -148,7 +148,7 @@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
-libsawfish_la_LDFLAGS =
+libsawfish_la_LDFLAGS = -module -avoid-version
libsawfish_la_LIBADD =
libsawfish_la_OBJECTS = sawfish-plugin.lo
CFLAGS = @CFLAGS@
|