mirror of
https://github.com/curl/curl.git
synced 2026-08-05 06:16:12 +03:00
libtool adjustments
This commit is contained in:
parent
e76515fabd
commit
f71a1485f3
6 changed files with 659 additions and 180 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue