this doesn't work at all.

libtool: link: `-L../src' cannot specify a relative directory


SVN revision: 4102
This commit is contained in:
Mandrake 2001-01-06 19:57:36 +00:00
parent 08afe64133
commit 7c8c8f0a7d
1 changed files with 1 additions and 1 deletions

View File

@ -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 \