diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-07-26 09:28:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-07-26 09:28:29 +0000 |
commit | f71a1485f303fa8f2e77d293482310c2655dc6af (patch) | |
tree | 60a5cc42b09f0072a646b0c1ffab98688db91a8b /lib | |
parent | e76515fabdff0b1526b7f346e04e31aeac1019a3 (diff) |
libtool adjustments
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 783184d8e..2bffe0584 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,14 +4,20 @@ AUTOMAKE_OPTIONS = foreign no-dependencies -noinst_LIBRARIES = libcurl.a +lib_LTLIBRARIES = libcurl.la +include_HEADERS = \ + $(top_srcdir)/include/curl/curl.h \ + $(top_srcdir)/include/curl/easy.h \ + $(top_srcdir)/include/curl/mprintf.h \ + $(top_srcdir)/include/curl/stdcheaders.h \ + $(top_srcdir)/include/curl/types.h # Some flags needed when trying to cause warnings ;-) # CFLAGS = -g -Wall #-pedantic INCLUDES = -I$(top_srcdir)/include -libcurl_a_SOURCES = \ +libcurl_la_SOURCES = \ arpa_telnet.h file.c getpass.h netrc.h timeval.c \ base64.c file.h hostip.c progress.c timeval.h \ base64.h formdata.c hostip.h progress.h \ |