aboutsummaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am10
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 \