From 7c8c8f0a7d4ce976f9a4778c4b87b4dcd2673051 Mon Sep 17 00:00:00 2001 From: Mandrake Date: Sat, 6 Jan 2001 19:57:36 +0000 Subject: [PATCH] this doesn't work at all. libtool: link: `-L../src' cannot specify a relative directory SVN revision: 4102 --- loaders/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loaders/Makefile.am b/loaders/Makefile.am index 37dea47..e4507c3 100644 --- a/loaders/Makefile.am +++ b/loaders/Makefile.am @@ -5,7 +5,7 @@ AUTOMAKE_OPTIONS = 1.4 foreign # A list of all the files in the current directory which can be regenerated MAINTAINERCLEANFILES = Makefile.in -LDFLAGS = -L/usr/X11R6/lib -L../src +LDFLAGS = -L/usr/X11R6/lib INCLUDES = -I/usr/X11R6/include -I$(top_srcdir)/libltdl \ $(X_CFLAGS) -I$(prefix)/include -I$(includedir) \ -I. -I$(top_srcdir) -I$(top_srcdir)/src \