diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 14:08:18 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-02-25 14:08:18 +0000 |
commit | e6ed3478ea5a3ae191b244814a273c566d432f39 (patch) | |
tree | b945c4057835ae31608c394afeb5c6f8ff3dcb38 /lib | |
parent | db08d9c6b9af6faa4613e60d4db4b0da0bb3f615 (diff) |
automake usage and options cleanup
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 4db5906c1..c80e4a8e8 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,7 +2,7 @@ # $Id$ # -AUTOMAKE_OPTIONS = foreign no-dependencies +AUTOMAKE_OPTIONS = foreign nostdinc EXTRA_DIST = getdate.y \ Makefile.b32 Makefile.b32.resp Makefile.m32 Makefile.vc6 \ @@ -14,7 +14,6 @@ lib_LTLIBRARIES = libcurl.la INCLUDES = -I$(top_srcdir)/include - libcurl_la_LDFLAGS = -no-undefined -version-info 2:2:0 # This flag accepts an argument of the form current[:revision[:age]]. So, # passing -version-info 3:12:1 sets current to 3, revision to 12, and age to |