mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08:00
Removed extra LDFLAGS assignment. Pointed out in debian bug report #212086
(http://bugs.debian.org/212086). Patch by Domenico Andreoli.
This commit is contained in:
parent
5911485f38
commit
c9d154ca7f
@ -21,8 +21,6 @@ endif
|
|||||||
# we use srcdir/lib for the lib-private header files
|
# we use srcdir/lib for the lib-private header files
|
||||||
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib $(ARESINC)
|
INCLUDES = -I$(top_srcdir)/include -I$(top_builddir)/lib -I$(top_srcdir)/lib $(ARESINC)
|
||||||
|
|
||||||
LDFLAGS += -L$(top_srcdir)/lib
|
|
||||||
|
|
||||||
VERSION=-version-info 2:2:0
|
VERSION=-version-info 2:2:0
|
||||||
|
|
||||||
# This flag accepts an argument of the form current[:revision[:age]]. So,
|
# This flag accepts an argument of the form current[:revision[:age]]. So,
|
||||||
|
Loading…
Reference in New Issue
Block a user