blob: 121ff176b977a9075d7dee5a80fb066d0bd6ad21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sx/Makefile.in.orig Sat Oct 25 21:26:34 2003
+++ sx/Makefile.in Sat Oct 25 21:27:03 2003
@@ -140,7 +140,7 @@
sx_inst.$(OBJEXT)
osx_OBJECTS = $(am_osx_OBJECTS)
osx_DEPENDENCIES = $(top_builddir)/lib/libosp.la
-osx_LDFLAGS =
+osx_LDFLAGS = -lintl
DEFS = @DEFS@
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
|