blob: 731e9c450d8adc5db964c356165f3ccc0ac415a2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD$
--- plugins/debugger/Makefile.in 2001/07/24 10:42:10 1.1
+++ plugins/debugger/Makefile.in 2001/07/24 10:42:49
@@ -162,7 +162,7 @@
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
LIBS = @LIBS@
-libgide_debugger_la_LDFLAGS =
+libgide_debugger_la_LDFLAGS = -avoid-version
libgide_debugger_la_DEPENDENCIES =
libgide_debugger_la_OBJECTS = debugger-tool.lo
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|